Skip to content

Commit

Permalink
Attempting to fix remaining linter errors caused by rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
personalizedrefrigerator committed Nov 9, 2024
1 parent d65873e commit 58a7d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-desktop/gui/NoteEditor/utils/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,4 +266,4 @@ export type DropCommandValue = ({
type: 'files';
paths: string[];
createFileURL: boolean;
}) & DropCommandBase;
}) & DropCommandBase;

0 comments on commit 58a7d34

Please sign in to comment.