mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 18:36:30 +01:00
cleaned up images and links which are not used nor supported
This commit is contained in:
@@ -31,7 +31,6 @@ router.get('/:noteId', auth.checkApiAuth, async (req, res, next) => {
|
||||
|
||||
res.send({
|
||||
detail: detail,
|
||||
images: await sql.getResults("SELECT * FROM images WHERE note_id = ? order by note_offset", [detail.note_id]),
|
||||
loadTime: utils.nowTimestamp()
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user