Skip to content

Commit 9684456

Browse files
committed
Add a todo for later
1 parent 239984f commit 9684456

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/Services/Eggs/EggUpdateService.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ public function handle(Egg $egg, array $data)
5353
}
5454
}
5555

56+
// TODO(dane): Once the admin UI is done being reworked and this is exposed
57+
// in said UI, remove this so that you can actually update the denylist.
58+
unset($data['file_denylist']);
59+
5660
$this->repository->withoutFreshModel()->update($egg->id, $data);
5761
}
5862
}

0 commit comments

Comments
 (0)