Chore: Make API note.source optional

pull/10428/head
Laurent Cozic 2024-05-12 11:14:11 +01:00
parent 13116fec76
commit f39021d373
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ type RequestNote = {
body_html: string;
base_url?: string;
convert_to: string;
source: string;
source?: string;
// eslint-disable-next-line @typescript-eslint/no-explicit-any -- Old code before rule was applied
anchor_names?: any[];
image_sizes?: object;