mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 14:25:51 +01:00
migration script to camel case
This commit is contained in:
@@ -28,7 +28,7 @@ router.put('/:noteTreeId/:notePath', auth.checkApiAuth, wrap(async (req, res, ne
|
||||
|
||||
await sync_table.addRecentNoteSync(noteTreeId, sourceId);
|
||||
|
||||
await options.setOption('start_notePath', notePath, sourceId);
|
||||
await options.setOption('start_note_path', notePath, sourceId);
|
||||
});
|
||||
|
||||
res.send(await getRecentNotes());
|
||||
|
||||
Reference in New Issue
Block a user