Merge branch 'master' into add-button

This commit is contained in:
Jiaxin Peng
2023-12-29 00:26:02 +00:00
committed by GitHub
7 changed files with 29 additions and 6 deletions

View File

@@ -287,6 +287,7 @@ export class Upload2NotionNext extends UploadBaseNext {
file2Block
);
}
if (res.status === 200) {
await updateYamlInfo(markdown, nowFile, res, app, this.plugin, this.dbDetails)
} else {