mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-15 06:27:34 -07:00
[Server] Delete the needless property
This commit is contained in:
parent
86564251ab
commit
cd14b489e2
1 changed files with 2 additions and 0 deletions
|
@ -141,6 +141,8 @@ export default (
|
|||
properties: properties
|
||||
});
|
||||
|
||||
delete file.data;
|
||||
|
||||
log(`drive file has been created ${file._id}`);
|
||||
|
||||
resolve(file);
|
||||
|
|
Loading…
Reference in a new issue