Updated mongo index for ProjectDeleter (#23138)

GitOrigin-RevId: aa26f29b8917b0d6ff836cc03f82b74066a7dcd4
This commit is contained in:
Domagoj Kriskovic
2025-01-28 14:15:11 +01:00
committed by Copybot
parent ff9ee2f5a9
commit cd48caeaa1
3 changed files with 46 additions and 2 deletions

View File

@@ -397,7 +397,7 @@ describe('ProjectDeleter', function () {
$lt: new Date(moment().subtract(90, 'days')),
},
project: {
$ne: null,
$type: 'object',
},
})
.chain('exec')