renamed start_note_tree_id option to startNotePath

This commit is contained in:
azivner
2017-12-06 23:15:53 -05:00
parent f1256423ac
commit 6fad30e9af
6 changed files with 11 additions and 10 deletions

View File

@@ -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());