Remove TODO

This commit is contained in:
Matt Young 2024-10-31 09:15:37 -05:00
parent 4528793303
commit db6f1b1d45
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ class ScoreController extends Controller
}
$score->delete();
// TODO clear scoring cache when a score is deleted
return redirect()->back()->with('success', 'Score Deleted');
}