From 77a94df03fb9d110c4bcd2e0303ac148c08c253c Mon Sep 17 00:00:00 2001 From: Venix <30481900+venix12@users.noreply.github.com> Date: Thu, 26 Dec 2024 22:30:35 +0100 Subject: [PATCH] one more equal --- app/Models/UserSeasonScore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/UserSeasonScore.php b/app/Models/UserSeasonScore.php index f0a7b4629e1..74f165e1218 100644 --- a/app/Models/UserSeasonScore.php +++ b/app/Models/UserSeasonScore.php @@ -44,7 +44,7 @@ public function calculate(): void ->first() ?->total_score; - if ($totalScore === null && $totalScoreChild == null) { + if ($totalScore === null && $totalScoreChild === null) { continue; }