mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 01:06:36 +01:00
renamed start_note_tree_id option to startNotePath
This commit is contained in:
@@ -26,7 +26,7 @@ router.put('/:noteTreeId/:notePath', auth.checkApiAuth, async (req, res, next) =
|
||||
|
||||
await sync_table.addRecentNoteSync(noteTreeId);
|
||||
|
||||
await options.setOption('start_note_tree_id', notePath);
|
||||
await options.setOption('start_note_path', notePath);
|
||||
});
|
||||
|
||||
res.send(await getRecentNotes());
|
||||
|
||||
Reference in New Issue
Block a user