Fix bug
This commit is contained in:
parent
3046821026
commit
a090b908bd
|
@ -9,9 +9,9 @@ const limit = promiseLimit(16);
|
||||||
|
|
||||||
DriveFile.find({
|
DriveFile.find({
|
||||||
$or: [{
|
$or: [{
|
||||||
withoutChunks: { $exists: false }
|
'metadata.withoutChunks': { $exists: false }
|
||||||
}, {
|
}, {
|
||||||
withoutChunks: false
|
'metadata.withoutChunks': false
|
||||||
}],
|
}],
|
||||||
'metadata.deletedAt': { $exists: false }
|
'metadata.deletedAt': { $exists: false }
|
||||||
}, {
|
}, {
|
||||||
|
|
Loading…
Reference in New Issue