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 85b9c99 commit c41ad34Copy full SHA for c41ad34
1 file changed
create.js
@@ -11,7 +11,7 @@ export async function main(event, context, callback) {
11
noteId: uuid.v1(),
12
content: data.content,
13
attachment: data.attachment,
14
- createdAt: new Date().getTime()
+ createdAt: Date.now()
15
}
16
};
17
0 commit comments