This commit is contained in:
syuilo 2018-10-11 18:35:19 +09:00
parent 6559197c55
commit 34105abd9d
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
1 changed files with 2 additions and 1 deletions

View File

@ -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