From 2d89c90dfb98a54ffa1f4a5fcb9ef6a0e7aca80d Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Mon, 18 Nov 2024 16:50:51 +0000 Subject: [PATCH] Update comment as TODO --- lib/last_fm/refresh.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/last_fm/refresh.ex b/lib/last_fm/refresh.ex index 309874dc..bdb39398 100644 --- a/lib/last_fm/refresh.ex +++ b/lib/last_fm/refresh.ex @@ -19,7 +19,7 @@ defmodule LastFm.Refresh do @spec refresh() :: :refresh def refresh do - # Very barebones and naive - can be improved by building a state machine. + # TODO: Very barebones and naive - can be improved by building a state machine. send(__MODULE__, :refresh) end