Skip to content

Commit

Permalink
fix: credo warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sorax committed Jan 16, 2024
1 parent 627649d commit 7da8243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/radiator_web/live/outline_live/index.ex
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ defmodule RadiatorWeb.OutlineLive.Index do
|> reply(:noreply)
end

defp get_episode_id() do
defp get_episode_id do
Radiator.Podcast.list_episodes()
|> Enum.sort_by(& &1.id)
|> List.last()
Expand Down

0 comments on commit 7da8243

Please sign in to comment.