mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 16:05:12 +00:00
Fix bug
This commit is contained in:
parent
c8ab0e9d62
commit
2f8992f98a
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@ function postProcess(file: DriveFile, isExpired = false) {
|
|||
isLink: true,
|
||||
url: file.uri,
|
||||
thumbnailUrl: file.uri,
|
||||
webpublicUrl: file.uri
|
||||
webpublicUrl: file.uri,
|
||||
size: 0,
|
||||
});
|
||||
} else {
|
||||
DriveFiles.delete(file.id);
|
||||
|
|
Loading…
Reference in a new issue