mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
notes_tree is now soft deleted as well
This commit is contained in:
@@ -22,7 +22,7 @@ router.get('/', auth.checkApiAuth, async (req, res, next) => {
|
||||
});
|
||||
|
||||
router.post('/', async (req, res, next) => {
|
||||
body = req.body;
|
||||
const body = req.body;
|
||||
|
||||
if (ALLOWED_OPTIONS.includes(body['name'])) {
|
||||
const optionName = await sql.getOption(body['name']);
|
||||
|
||||
Reference in New Issue
Block a user