@ -150,7 +150,7 @@ async function updateNote(noteId, newNote, ctx) {
constexistingNoteHistoryId=awaitsql.getSingleValue("SELECT note_history_id FROM notes_history WHERE note_id = ? AND date_modified_from >= ?",[noteId,historyCutoff]);
constexistingNoteHistoryId=awaitsql.getSingleValue("SELECT note_history_id FROM notes_history WHERE note_id = ? AND date_modified_from >= ?",[noteId,historyCutoff]);