Add a todo for later
This commit is contained in:
parent
239984f92c
commit
9684456480
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
$this->repository->withoutFreshModel()->update($egg->id, $data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue