Fix
This commit is contained in:
parent
6559197c55
commit
34105abd9d
@ -10,7 +10,8 @@ DriveFile.find({
|
|||||||
withoutChunks: { $exists: false }
|
withoutChunks: { $exists: false }
|
||||||
}, {
|
}, {
|
||||||
withoutChunks: false
|
withoutChunks: false
|
||||||
}]
|
}],
|
||||||
|
'metadata.deletedAt': { $exists: false }
|
||||||
}, {
|
}, {
|
||||||
fields: {
|
fields: {
|
||||||
_id: true
|
_id: true
|
||||||
|
Loading…
Reference in New Issue
Block a user