mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
more fixes to migration
This commit is contained in:
@@ -21,7 +21,6 @@ router.get('/:noteId', auth.checkApiAuth, async (req, res, next) => {
|
||||
|
||||
res.send({
|
||||
'detail': detail,
|
||||
'links': await sql.getResults("select * from links where note_id = ? order by note_offset", [noteId]),
|
||||
'images': await sql.getResults("select * from images where note_id = ? order by note_offset", [noteId])
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user