Remove unused LastFm.Finch pool

This commit is contained in:
Claudio Ortolina
2025-02-27 16:29:34 +00:00
parent 68d8fa4d3c
commit 47bfe736ef
-1
View File
@@ -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}
]