mirror of
https://github.com/jxpeng98/obsidian-to-NotionNext
synced 2026-07-29 16:35:57 +08:00
modify the notionapi variable
This commit is contained in:
@@ -13,7 +13,7 @@ export class Upload2NotionGeneral extends UploadBaseGeneral {
|
||||
dbDetails: DatabaseDetails;
|
||||
|
||||
constructor(plugin: MyPlugin, dbDetails: DatabaseDetails) {
|
||||
super(plugin);
|
||||
super(plugin, dbDetails);
|
||||
this.dbDetails = dbDetails;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user