fix: QuickImportV2 default error

This commit is contained in:
windingwind 2023-09-11 14:54:08 +08:00
parent 1050113c80
commit 31133cef20

View File

@ -34,7 +34,7 @@ const DEFAULT_TEMPLATES = <NoteTemplate[]>[
name: "[QuickImportV2]",
text: `<blockquote>
\${{
return await Zotero.BetterNotes.api.convert.link2html(link, {noteItem, dryRun: _env.dryRun}));
return await Zotero.BetterNotes.api.convert.link2html(link, {noteItem, dryRun: _env.dryRun});
}}$
</blockquote>`,
},