mirror of https://github.com/laurent22/joplin.git
Chore: Make API note.source optional
parent
13116fec76
commit
f39021d373
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue