Skip to content

Commit 84d9609

Browse files
committed
add missing supervisor
1 parent 56d01ff commit 84d9609

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/algora/integrations/github/poller/root_supervisor.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ defmodule Algora.Github.Poller.RootSupervisor do
1313
def init(_init_arg) do
1414
children = [
1515
SearchSupervisor,
16+
DeliverySupervisor,
1617
Supervisor.child_spec(
1718
{Task, &SearchSupervisor.start_children/0},
1819
id: :search_supervisor,

0 commit comments

Comments
 (0)