1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13: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; continue;
} }
$attributes = []; $attributes = [];
$indexes = []; $indexes = [];

View file

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

5374
composer.lock generated

File diff suppressed because it is too large Load diff