From c6b5cc590ed764849e2c951d27feb751a8490cb6 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Tue, 17 Feb 2026 08:11:29 +0000 Subject: [PATCH] Remove unnecessary TODO When calling refresh synchronously, the caller decides what to do with the error --- lib/last_fm/refresh.ex | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/last_fm/refresh.ex b/lib/last_fm/refresh.ex index 0b43f464..24e847a0 100644 --- a/lib/last_fm/refresh.ex +++ b/lib/last_fm/refresh.ex @@ -71,7 +71,6 @@ defmodule LastFm.Refresh do {:reply, :ok, config, config.refresh_interval} error -> - # TODO: think about failure scenario - error is logged at the API level {:reply, error, config, config.refresh_interval} end end