1
0
Fork 0
mirror of synced 2024-09-08 05:42:15 +12:00

cache deletion bug fix

This commit is contained in:
shimon 2023-06-13 17:06:47 +03:00
parent 8e0457a307
commit f2b5607074

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) {