mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
yet another refactoring of working with note's payload/content
This commit is contained in:
@@ -239,7 +239,7 @@ async function syncRequest(syncContext, method, requestPath, body) {
|
||||
|
||||
const primaryKeys = {
|
||||
"notes": "noteId",
|
||||
"note_contents": "noteContentId",
|
||||
"note_contents": "noteId",
|
||||
"branches": "branchId",
|
||||
"note_revisions": "noteRevisionId",
|
||||
"recent_notes": "branchId",
|
||||
|
||||
Reference in New Issue
Block a user