mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
converted NoteRevision entity to the becca
This commit is contained in:
@@ -801,7 +801,7 @@ class Note extends Entity {
|
||||
*
|
||||
* @returns {NoteRevision[]}
|
||||
*/
|
||||
getRevisions() {
|
||||
getNoteRevisions() {
|
||||
return this.repository.getEntities("SELECT * FROM note_revisions WHERE noteId = ?", [this.noteId]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user