Update app/workers/deletes.php

Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
Shimon Newman
2022-07-30 21:17:01 +03:00
committed by GitHub
co-authored by Eldad A. Fux
parent 5511a93e9c
commit feadcb24df
+1 -1
View File
@@ -319,7 +319,7 @@ class DeletesV1 extends Worker
$this->deleteForProjectIds(
function (string $projectId) use ($timestamp) {
$dbForProject = $this->getProjectDB($projectId);
// Delete Sessions
// Delete Sessions
$this->deleteByGroup('sessions', [
new Query('expire', Query::TYPE_LESSER, [$timestamp])
], $dbForProject);