Remove unnecessary TODO

When calling refresh synchronously, the caller decides what to do with
the error
This commit is contained in:
Claudio Ortolina
2026-02-17 08:11:29 +00:00
parent c19ca503e5
commit c6b5cc590e
-1
View File
@@ -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