Skip to content

Commit 761c8f7

Browse files
committed
Fix conflict
2 parents f473618 + 0ad522e commit 761c8f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

public/javascript/script.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,9 @@ function save() {
210210
const note = {
211211
noteid: id.toString(),
212212
title: noteTitle,
213-
body: noteBody
213+
body: noteBody,
214+
created_at: id.toString(),
215+
updated_at: id.toString()
214216
};
215217
console.log(note)
216218
addNote(note)

0 commit comments

Comments
 (0)