mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
add_or_update station: remove superfluos 'new backend id := old backend id'
This commit is contained in:
parent
df21c20c6e
commit
92518024ba
1 changed files with 0 additions and 1 deletions
|
@ -116,7 +116,6 @@ sub add_or_update {
|
|||
name => $loc->name,
|
||||
lat => $loc->lat,
|
||||
lon => $loc->lon,
|
||||
source => $opt{backend_id},
|
||||
archived => 0
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue