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
1 changed files with 2 additions and 2 deletions

View File

@ -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 }
}, { }, {