don't save backups with colons in filenames, doesn't work on windows

This commit is contained in:
azivner
2017-11-20 19:43:48 -05:00
parent 3a55d08152
commit b998c936ba
3 changed files with 3 additions and 3 deletions

View File

@@ -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);