This commit is contained in:
Matt Young 2025-06-27 16:24:25 -05:00
parent f2cb96dc0d
commit 62dab98906
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ class TotalEntryScores
public function __invoke(Entry $entry, bool $force_recalculation = false): void public function __invoke(Entry $entry, bool $force_recalculation = false): void
{ {
// TODO Verify accuracy of calculations, particularly for olympic scoring
if ($force_recalculation) { if ($force_recalculation) {
EntryTotalScore::where('entry_id', $entry->id)->delete(); EntryTotalScore::where('entry_id', $entry->id)->delete();
} }