Skip to content

Commit

Permalink
GTFS.Routes subscribed to :gtfs_producer
Browse files Browse the repository at this point in the history
  • Loading branch information
KaylaBrady committed Oct 18, 2024
1 parent 981d822 commit a6116cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/concentrate/gtfs/supervisor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ defmodule Concentrate.GTFS.Supervisor do
name: :gtfs_producer
}
},
{Concentrate.GTFS.Routes, subscribe_to: [:gtfs_producer]},
{Concentrate.GTFS.Trips, subscribe_to: [:gtfs_producer]},
{Concentrate.GTFS.Stops, subscribe_to: [:gtfs_producer]},
{Concentrate.GTFS.StopTimes, subscribe_to: [:gtfs_producer]}
Expand Down

0 comments on commit a6116cc

Please sign in to comment.