mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix
This commit is contained in:
parent
9e903c2df2
commit
aebff8cbce
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ DriveFile.find({
|
|||
withoutChunks: { $exists: false }
|
||||
}, {
|
||||
withoutChunks: false
|
||||
}]
|
||||
}],
|
||||
'metadata.deletedAt': { $exists: false }
|
||||
}, {
|
||||
fields: {
|
||||
_id: true
|
||||
|
|
Loading…
Add table
Reference in a new issue