Skip to content

Commit

Permalink
fix: github error: convert the expression to 'unknown' first
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgurney committed Dec 31, 2024
1 parent 4e94606 commit c979631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/NoteToolbarApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class NoteToolbarApi {
if (throw_on_cancel) {
throw error;
}
return null as T;
return null as unknown as T;
}
};
}
Expand Down

0 comments on commit c979631

Please sign in to comment.