Traewelling: fix 'already checked in' error for API v1
This commit is contained in:
parent
57a1ecbf76
commit
5c9adc4710
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue