mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 14:25:51 +01:00
fix problem with headers / source ids
This commit is contained in:
@@ -12,8 +12,8 @@ async function addNoteTreeSync(noteTreeId, sourceId) {
|
||||
await addEntitySync("note_tree", noteTreeId, sourceId)
|
||||
}
|
||||
|
||||
async function addNoteReorderingSync(parentNoteTreeId, sourceId) {
|
||||
await addEntitySync("notes_reordering", parentNoteTreeId, sourceId)
|
||||
async function addNoteReorderingSync(parentNoteId, sourceId) {
|
||||
await addEntitySync("note_reordering", parentNoteId, sourceId)
|
||||
}
|
||||
|
||||
async function addNoteHistorySync(noteRevisionId, sourceId) {
|
||||
|
||||
Reference in New Issue
Block a user