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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {