This commit is contained in:
syuilo 2018-08-25 10:28:09 +09:00
parent 94ba9c8437
commit 4e8033d5a4

View file

@ -116,7 +116,8 @@ async function deleteOldFile(user: IRemoteUser) {
const oldFile = await DriveFile.findOne({ const oldFile = await DriveFile.findOne({
_id: { _id: {
$nin: [user.avatarId, user.bannerId] $nin: [user.avatarId, user.bannerId]
} },
'metadata.userId': user._id
}, { }, {
sort: { sort: {
_id: 1 _id: 1