mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 15:25:51 +01:00
#98, better error reporting for sync setup
This commit is contained in:
@@ -57,7 +57,6 @@ async function updateNote(entity, sourceId) {
|
||||
await sql.replace("notes", entity);
|
||||
|
||||
await syncTableService.addNoteSync(entity.noteId, sourceId);
|
||||
await eventLogService.addNoteEvent(entity.noteId, "Synced note <note>");
|
||||
});
|
||||
|
||||
log.info("Update/sync note " + entity.noteId);
|
||||
|
||||
Reference in New Issue
Block a user