chore(lint): fix no-unused-vars errors

This commit is contained in:
Panagiotis Papadopoulos
2025-03-06 23:21:47 +01:00
parent c8e36942fc
commit 7feb38ffa1
8 changed files with 6 additions and 8 deletions

View File

@@ -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 {