Remove unused LastFm.Finch pool
This commit is contained in:
@@ -10,7 +10,6 @@ defmodule LastFm.Supervisor do
|
|||||||
:ok = LastFm.Feed.create_table!()
|
:ok = LastFm.Feed.create_table!()
|
||||||
|
|
||||||
children = [
|
children = [
|
||||||
{Finch, name: LastFm.Finch},
|
|
||||||
{Phoenix.PubSub, name: LastFm.PubSub},
|
{Phoenix.PubSub, name: LastFm.PubSub},
|
||||||
{LastFm.Refresh, config}
|
{LastFm.Refresh, config}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user