Remove TODO from supervisor.ex

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-06-13 20:53:53 -04:00
parent 4000528d81
commit 5719e9e279

View File

@@ -20,7 +20,6 @@ defmodule Omnibot.Supervisor do
] ]
# TODO : how to handle config reloading? # TODO : how to handle config reloading?
# TODO : how to start up modules?
# :one_for_all here because the RouterSupervisor and IRC server are co-dependent # :one_for_all here because the RouterSupervisor and IRC server are co-dependent
Supervisor.init(children, strategy: :one_for_all) Supervisor.init(children, strategy: :one_for_all)