mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
don't save backups with colons in filenames, doesn't work on windows
This commit is contained in:
@@ -19,7 +19,7 @@ async function updateNote(entity, links, sourceId) {
|
||||
for (const link of links) {
|
||||
delete link['lnk_id'];
|
||||
|
||||
await sql.insert('link', link);
|
||||
//await sql.insert('link', link);
|
||||
}
|
||||
|
||||
await sync_table.addNoteSync(entity.note_id, sourceId);
|
||||
|
||||
Reference in New Issue
Block a user