chore: review comments

This commit is contained in:
Christy Jacob
2020-12-05 11:03:14 +05:30
parent 9128348aff
commit d0f7558ddf
+1 -1
View File
@@ -43,7 +43,7 @@ class DeletesV1
$this->deleteUser($document, $projectId);
break;
case Database::SYSTEM_COLLECTION_COLLECTIONS:
$this->deleteDocuments($document,$projectId);
$this->deleteDocuments($document, $projectId);
break;
default:
Console::error('No lazy delete operation available for document of type: '.$document->getCollection());