Skip to content
This repository was archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
hotfix: remove NameRegister from supervisor
Browse files Browse the repository at this point in the history
  • Loading branch information
kana committed Jun 28, 2019
1 parent e871bbb commit adaf4eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/donos/application.ex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ defmodule Donos.Application do
def start(_type, _args) do
children = [
Donos.Store,
Donos.NamesRegister,
Donos.SessionsRegister,
Donos.Bot
]
Expand Down

0 comments on commit adaf4eb

Please sign in to comment.