1
0
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:
Laurent Cozic 2024-05-12 11:14:11 +01:00
parent 13116fec76
commit f39021d373

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;