Skip to content

Commit 40bae54

Browse files
committed
fix typo
1 parent be7b3c0 commit 40bae54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

remotestorage/remotestorage-module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const todos = {
3737
description,
3838
};
3939

40-
const id = new Date().toJSON().replace(/\D/g);
40+
const id = new Date().toJSON().replace(/\D/g, '');
4141

4242
await privateClient.storeObject('todo', id, item);
4343

0 commit comments

Comments
 (0)