Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed May 22, 2024
1 parent dd10635 commit 18dd6c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/settings/modals/manage_repo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ class SetClassSuggester extends AbstractInputSuggest<TFile> {
});
}

//eslint-disable-next-line @typescript-eslint/no-unused-vars
selectSuggestion(value: TFile, _evt: MouseEvent | KeyboardEvent): void {
this.onSubmit(value);
this.inputEl.value = value.path;
Expand Down

0 comments on commit 18dd6c1

Please sign in to comment.