mirror of
https://github.com/jxpeng98/obsidian-to-NotionNext
synced 2026-07-29 08:08:34 +08:00
fix the extra argument in the uploadcommand
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user