Skip to content
Snippets Groups Projects
Unverified Commit 5c9adc47 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Traewelling: fix 'already checked in' error for API v1

parent 57a1ecbf
No related branches found
No related tags found
No related merge requests found
...@@ -373,8 +373,8 @@ sub checkin { ...@@ -373,8 +373,8 @@ sub checkin {
my $j = $tx->res->json; my $j = $tx->res->json;
$err_msg .= sprintf( $err_msg .= sprintf(
': Bereits in %s eingecheckt: https://traewelling.de/status/%d', ': Bereits in %s eingecheckt: https://traewelling.de/status/%d',
$j->{error}{lineName}, $j->{message}{lineName},
$j->{error}{status_id} $j->{message}{status_id}
); );
} }
else { else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment