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;
|
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 {
|
||||||
|
|
Loading…
Reference in a new issue