mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
Fix bug
This commit is contained in:
parent
e0bd83e73e
commit
6123d0ca40
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@
|
|||
if (name == null || name == '') return;
|
||||
this.api('drive/folders/create', {
|
||||
name: name,
|
||||
folder_id: this.folder ? this.folder.id : undefined
|
||||
parent_id: this.folder ? this.folder.id : undefined
|
||||
}).then(folder => {
|
||||
this.addFolder(folder, true);
|
||||
this.update();
|
||||
|
|
Loading…
Reference in a new issue