Skip to content

Commit

Permalink
one more equal
Browse files Browse the repository at this point in the history
  • Loading branch information
venix12 committed Dec 26, 2024
1 parent db1de9c commit 77a94df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/UserSeasonScore.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function calculate(): void
->first()
?->total_score;

if ($totalScore === null && $totalScoreChild == null) {
if ($totalScore === null && $totalScoreChild === null) {
continue;
}

Expand Down

0 comments on commit 77a94df

Please sign in to comment.