mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix bug
This commit is contained in:
parent
6dd0117dcf
commit
349356a82c
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@ function postProcess(file: DriveFile, isExpired = false) {
|
||||||
isLink: true,
|
isLink: true,
|
||||||
url: file.uri,
|
url: file.uri,
|
||||||
thumbnailUrl: file.uri,
|
thumbnailUrl: file.uri,
|
||||||
webpublicUrl: file.uri
|
webpublicUrl: file.uri,
|
||||||
|
size: 0,
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
DriveFiles.delete(file.id);
|
DriveFiles.delete(file.id);
|
||||||
|
|
Loading…
Add table
Reference in a new issue