mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
smaller refactorings continued
This commit is contained in:
@@ -46,7 +46,7 @@ async function forceNoteSync(req) {
|
||||
}
|
||||
|
||||
for (const noteRevisionId of await sql.getColumn("SELECT noteRevisionId FROM note_revisions WHERE noteId = ?", [noteId])) {
|
||||
await sync_table.addNoteRevisionsSync(noteRevisionId);
|
||||
await sync_table.addNoteRevisionSync(noteRevisionId);
|
||||
}
|
||||
|
||||
log.info("Forcing note sync for " + noteId);
|
||||
|
||||
Reference in New Issue
Block a user