1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

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
parent 5511a93e9c
commit feadcb24df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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