1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

Reference comments

This commit is contained in:
shimon 2022-07-31 15:11:49 +03:00
parent 1d38b2ce6a
commit cc93113934
3 changed files with 2 additions and 5378 deletions

View file

@ -126,7 +126,6 @@ App::post('/v1/projects')
continue;
}
$attributes = [];
$indexes = [];

View file

@ -316,9 +316,8 @@ class DeletesV1 extends Worker
*/
protected function deleteExpiredSessions(int $timestamp): void
{
$this->deleteForProjectIds(
function (string $projectId) use ($timestamp) {
$dbForProject = $this->getProjectDB($projectId);
$this->deleteForProjectIds(function (string $projectId) use ($timestamp) {
$dbForProject = $this->getProjectDB($projectId);
// Delete Sessions
$this->deleteByGroup('sessions', [
new Query('expire', Query::TYPE_LESSER, [$timestamp])

5374
composer.lock generated

File diff suppressed because it is too large Load diff