Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
axelson committed Sep 25, 2021
1 parent c32d7fc commit 2b0312c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piano_ui/lib/piano_ui/scene/splash.ex
Expand Up @@ -108,7 +108,7 @@ defmodule PianoUi.Scene.Splash do
defp maybe_add_pomodoro_timer_pid(opts, nil), do: opts

defp maybe_add_pomodoro_timer_pid(opts, pomodoro_timer_pid) do
Keyword.put(opts, :pomodoro_pid, pomodoro_timer_pid)
Keyword.put(opts, :pomodoro_timer_pid, pomodoro_timer_pid)
end

def update_song(server \\ __MODULE__, song) do
Expand Down

0 comments on commit 2b0312c

Please sign in to comment.