diff --git a/app/Services/Eggs/EggUpdateService.php b/app/Services/Eggs/EggUpdateService.php index dc0bffc1f..697ed0599 100644 --- a/app/Services/Eggs/EggUpdateService.php +++ b/app/Services/Eggs/EggUpdateService.php @@ -53,6 +53,10 @@ class EggUpdateService } } + // TODO(dane): Once the admin UI is done being reworked and this is exposed + // in said UI, remove this so that you can actually update the denylist. + unset($data['file_denylist']); + $this->repository->withoutFreshModel()->update($egg->id, $data); } }