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
Tags 1.29.5
No related merge requests found
......@@ -373,8 +373,8 @@ sub checkin {
my $j = $tx->res->json;
$err_msg .= sprintf(
': Bereits in %s eingecheckt: https://traewelling.de/status/%d',
$j->{error}{lineName},
$j->{error}{status_id}
$j->{message}{lineName},
$j->{message}{status_id}
);
}
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