mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 07:45:51 +01:00
chore(lint): fix no-unused-vars errors
This commit is contained in:
@@ -82,7 +82,7 @@ function updateImage(req: Request) {
|
||||
const { noteId } = req.params;
|
||||
const { file } = req;
|
||||
|
||||
const note = becca.getNoteOrThrow(noteId);
|
||||
const _note = becca.getNoteOrThrow(noteId);
|
||||
|
||||
if (!file) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user