Skip to content

Commit

Permalink
staging Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
latheesan-k committed Dec 10, 2024
1 parent 9f991bc commit 268b216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/app/Jobs/HydraDoomAccountStatsJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function handle(): void
$projectAccountStats['qualifier'][$sessionEvent->event_type]++;
}
if (isset($sessionEvent?->eventData?->data['is_elimination']) && $sessionEvent->eventData->data['is_elimination'] === true) {
$projectAccountStats['qualifier'][$sessionEvent->event_type]++;
$projectAccountStats['elimination'][$sessionEvent->event_type]++;
}
});

Expand Down

0 comments on commit 268b216

Please sign in to comment.