This commit is contained in:
syuilo 2018-10-11 23:52:11 +09:00
parent 3046821026
commit a090b908bd
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -9,9 +9,9 @@ const limit = promiseLimit(16);
DriveFile.find({
$or: [{
withoutChunks: { $exists: false }
'metadata.withoutChunks': { $exists: false }
}, {
withoutChunks: false
'metadata.withoutChunks': false
}],
'metadata.deletedAt': { $exists: false }
}, {