Skip to content

Commit

Permalink
Chore: Fixed types
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed May 11, 2024
1 parent 56f25d3 commit 6b0e159
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/lib/services/rest/routes/notes.ts
Expand Up @@ -62,6 +62,7 @@ type RequestNote = {
body_html: string;
base_url?: string;
convert_to: string;
source: string;
// eslint-disable-next-line @typescript-eslint/no-explicit-any -- Old code before rule was applied
anchor_names?: any[];
image_sizes?: object;
Expand Down

0 comments on commit 6b0e159

Please sign in to comment.