mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 12:23:09 +02:00
Fix
This commit is contained in:
parent
6559197c55
commit
34105abd9d
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…
Reference in a new issue