We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be7b3c0 commit 40bae54Copy full SHA for 40bae54
1 file changed
remotestorage/remotestorage-module.js
@@ -37,7 +37,7 @@ const todos = {
37
description,
38
};
39
40
- const id = new Date().toJSON().replace(/\D/g);
+ const id = new Date().toJSON().replace(/\D/g, '');
41
42
await privateClient.storeObject('todo', id, item);
43
0 commit comments