diff --git a/src/upload/uploadCommand.ts b/src/upload/uploadCommand.ts index a9b8235..78c5be0 100644 --- a/src/upload/uploadCommand.ts +++ b/src/upload/uploadCommand.ts @@ -113,7 +113,7 @@ export async function uploadCommandCustom( return; } - const {markDownData, nowFile, cover, customValues} = await getNowFileMarkdownContentCustom(app, dbDetails, settings) + const {markDownData, nowFile, cover, customValues} = await getNowFileMarkdownContentCustom(app, dbDetails) if (markDownData) { const { basename} = nowFile;