cache deletion bug fix

This commit is contained in:
shimon
2023-06-13 17:06:47 +03:00
parent 8e0457a307
commit f2b5607074
+1 -1
View File
@@ -138,7 +138,7 @@ class DeletesV1 extends Worker
{
$projectId = $project->getId();
$dbForProject = $this->getProjectDB($project->getId());
$dbForProject = $this->getProjectDB($projectId);
$document = $dbForProject->findOne('cache', [Query::equal('resource', [$resource])]);
if ($document) {