This commit is contained in:
syuilo 2018-10-11 23:52:11 +09:00
parent 2065978a92
commit 680a920098

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