fix the extra argument in the uploadcommand

This commit is contained in:
Jiaxin Peng
2024-01-29 11:55:52 +00:00
parent 0198898086
commit 8248640b5f

View File

@@ -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;