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:
@@ -11,7 +11,7 @@ router.post('/execute', auth.checkApiAuth, async (req, res, next) => {
|
||||
try {
|
||||
res.send({
|
||||
success: true,
|
||||
rows: await sql.getResults(query)
|
||||
rows: await sql.getAll(query)
|
||||
});
|
||||
}
|
||||
catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user