diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-07-26 18:39:46 +0200 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-07-26 18:39:46 +0200 |
commit | 92518024ba295456358618c0e8180bd8e996fdf1 (patch) | |
tree | 3597f89cfb6b0c3bd881767c098f616e8ee1f1a5 | |
parent | df21c20c6e4c86454f8a9ac69121404415217f2a (diff) |
add_or_update station: remove superfluos 'new backend id := old backend id'multi-backend-support
-rw-r--r-- | lib/Travelynx/Model/Stations.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Travelynx/Model/Stations.pm b/lib/Travelynx/Model/Stations.pm index 3d3e44b..7215aa5 100644 --- a/lib/Travelynx/Model/Stations.pm +++ b/lib/Travelynx/Model/Stations.pm @@ -116,7 +116,6 @@ sub add_or_update { name => $loc->name, lat => $loc->lat, lon => $loc->lon, - source => $opt{backend_id}, archived => 0 }, { |