mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Chore: Make API note.source optional
This commit is contained in:
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
Block a user