diff --git a/lib/last_fm/supervisor.ex b/lib/last_fm/supervisor.ex index cc302529..767bb919 100644 --- a/lib/last_fm/supervisor.ex +++ b/lib/last_fm/supervisor.ex @@ -10,7 +10,6 @@ defmodule LastFm.Supervisor do :ok = LastFm.Feed.create_table!() children = [ - {Finch, name: LastFm.Finch}, {Phoenix.PubSub, name: LastFm.PubSub}, {LastFm.Refresh, config} ]