mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 12:24:25 +02:00
Updated mongo index for ProjectDeleter (#23138)
GitOrigin-RevId: aa26f29b8917b0d6ff836cc03f82b74066a7dcd4
This commit is contained in:
committed by
Copybot
parent
ff9ee2f5a9
commit
cd48caeaa1
@@ -397,7 +397,7 @@ describe('ProjectDeleter', function () {
|
||||
$lt: new Date(moment().subtract(90, 'days')),
|
||||
},
|
||||
project: {
|
||||
$ne: null,
|
||||
$type: 'object',
|
||||
},
|
||||
})
|
||||
.chain('exec')
|
||||
|
||||
Reference in New Issue
Block a user