Unverified Commit bce1139b authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

EFA: ->id is no longer supported, use ->id_num

parent e4397e6b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1225,7 +1225,7 @@ sub station {
				  sort { $b->[1] <=> $a->[1] }
				  map { [ $_, $_->datetime->epoch ] } $status->results;
				$status = {
					station_eva => $status->stop->id,
					station_eva      => $status->stop->id_num,
					station_name     => $status->stop->full_name,
					related_stations => [],
				};