1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

feat: address review comments

This commit is contained in:
Christy Jacob 2020-12-24 19:49:09 +05:30
parent 1fe931410d
commit ec21e74813

View file

@ -130,8 +130,7 @@ class DeletesV1
// Delete Executions
$this->deleteByGroup([
'$collection='.Database::SYSTEM_COLLECTION_EXECUTIONS,
'$projectId='.$projectId
'$collection='.Database::SYSTEM_COLLECTION_EXECUTIONS
], $projectDB);
});
}