We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d01ff commit 84d9609Copy full SHA for 84d9609
lib/algora/integrations/github/poller/root_supervisor.ex
@@ -13,6 +13,7 @@ defmodule Algora.Github.Poller.RootSupervisor do
13
def init(_init_arg) do
14
children = [
15
SearchSupervisor,
16
+ DeliverySupervisor,
17
Supervisor.child_spec(
18
{Task, &SearchSupervisor.start_children/0},
19
id: :search_supervisor,
0 commit comments