Skip to content

Commit

Permalink
add_or_update station: remove superfluos 'new backend id := old backe…
Browse files Browse the repository at this point in the history
…nd id'
  • Loading branch information
derf committed Jul 26, 2024
1 parent df21c20 commit 9251802
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Travelynx/Model/Stations.pm
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ sub add_or_update {
name => $loc->name,
lat => $loc->lat,
lon => $loc->lon,
source => $opt{backend_id},
archived => 0
},
{
Expand Down

0 comments on commit 9251802

Please sign in to comment.