mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 18:36:30 +01:00
renamed outstanding attribute references to labels
This commit is contained in:
@@ -34,9 +34,7 @@ async function backupNow() {
|
||||
|
||||
log.info("Created backup at " + backupFile);
|
||||
|
||||
await sql.doInTransaction(async () => {
|
||||
await options.setOption('last_backup_date', now);
|
||||
});
|
||||
await options.setOption('last_backup_date', now);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user