mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
rename "note revision" to just "revision"
This commit is contained in:
@@ -82,7 +82,7 @@ async function start() {
|
||||
isInheritable: Math.random() > 0.1 // 10% are inheritable
|
||||
});
|
||||
|
||||
note.saveNoteRevision();
|
||||
note.saveRevision();
|
||||
|
||||
notes.push(note.noteId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user