Skip to content

Commit

Permalink
Do not save updated operator; these live in Atlas now
Browse files Browse the repository at this point in the history
  • Loading branch information
irees committed Jul 28, 2021
1 parent 9dd203d commit 13f1c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/services/gtfs_graph_importer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ def load_graph
next
end
info("Operator: #{tl_operator.onestop_id}", indent: 2)
@entity_tl[gtfs_agency] = tl_operator
add_eiff(tl_operator, gtfs_agency)
# @entity_tl[gtfs_agency] = tl_operator
# add_eiff(tl_operator, gtfs_agency)

# Routes
gtfs_agency.routes.each do |gtfs_route|
Expand Down

0 comments on commit 13f1c3d

Please sign in to comment.