Skip to content

Commit

Permalink
Fix syntax error #330
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemhall committed Aug 7, 2023
1 parent dcd9f86 commit 6f1cc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Libki/Controller/API/PrintStation/v1_0.pm
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ sub auto : Private {
$c->response->status(404);
$c->stash(
success => JSON::false,
error => $auth->{error},
error => 'BAD_LOGIN',
);
$c->forward( $c->view('JSON') );
return;
Expand Down

0 comments on commit 6f1cc9d

Please sign in to comment.