mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 18:05:55 +01:00
change in naming of SQL methods
added assert methods to note tree
This commit is contained in:
@@ -34,7 +34,7 @@ router.put('/:noteTreeId/:notePath', auth.checkApiAuth, async (req, res, next) =
|
||||
});
|
||||
|
||||
async function getRecentNotes() {
|
||||
return await sql.getResults(`
|
||||
return await sql.getAll(`
|
||||
SELECT
|
||||
recent_notes.*
|
||||
FROM
|
||||
|
||||
Reference in New Issue
Block a user