This commit is contained in:
swagg boi 2023-06-02 17:17:02 -04:00
parent cc14be0022
commit 8b09c944ea

View file

@ -348,7 +348,7 @@ sub remark_by_id($self) {
$self->stash(remark => $remark);
$self->stash(error => 'Remark not found 🤷')
$self->stash(status => 404, error => 'Remark not found 🤷')
unless keys %{$remark};
$self->render;