remove the Todo, oops I forgot

This commit is contained in:
Matt Young 2024-06-27 15:05:18 -05:00
parent 43889d9587
commit 8a033cad97
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ class SeatingService
public function getAcceptanceLimits()
{
// TODO modifying audition limits should refresh the acceptance limits cache
return Cache::remember($this->limitsCacheKey, now()->addDay(), function () {
$limits = SeatingLimit::with('ensemble')->get();
// Sort limits by ensemble->rank