mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
fix sync of audit log
This commit is contained in:
@@ -135,8 +135,6 @@ async function putChanged(changed) {
|
||||
}
|
||||
|
||||
for (const audit of changed.audit_log) {
|
||||
delete audit['id'];
|
||||
|
||||
await sql.insert("audit_log", audit, true);
|
||||
|
||||
log.info("Update/sync audit_log for noteId=" + audit.note_id);
|
||||
|
||||
Reference in New Issue
Block a user