Bug 27352: Missed case in bug 25032

Probably because of the order things got pushed.

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Tomás Cohen Arazi 2021-01-06 13:11:34 -03:00 committed by Jonathan Druart
parent ee3094d7f0
commit bcb5b076ce

View file

@ -230,10 +230,7 @@ sub get_public {
);
}
catch {
return $c->render(
status => 500,
openapi => { error => "Something went wrong, check the logs ($_)" }
);
$c->unhandled_exception($_);
};
}