mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 02:30:42 +01:00
chore(lint): fix no-unused-vars errors
This commit is contained in:
@@ -30,7 +30,7 @@ function getRelationMap(req: Request) {
|
||||
return resp;
|
||||
}
|
||||
|
||||
const questionMarks = noteIds.map((noteId) => "?").join(",");
|
||||
const questionMarks = noteIds.map((_noteId) => "?").join(",");
|
||||
|
||||
const relationMapNote = becca.getNoteOrThrow(relationMapNoteId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user