From 47bfe736ef4825662becebb88c55e3d7494ea31c Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Thu, 27 Feb 2025 16:29:34 +0000 Subject: [PATCH] Remove unused LastFm.Finch pool --- lib/last_fm/supervisor.ex | 1 - 1 file changed, 1 deletion(-) 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} ]