Skip to content

Commit

Permalink
fix: Uncommenting update timer line.
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoTurtle committed Nov 10, 2022
1 parent 2f9bc89 commit d2c2b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app_web/live/app_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ defmodule AppWeb.AppLive do
end
end

# Timer.update_timer(%{id: id, start: start, stop: stop})
Timer.update_timer(%{id: id, start: start, stop: stop})
{:noreply, assign(socket, editing: nil, editing_timers: [])}
catch
:overlap ->
Expand Down

0 comments on commit d2c2b91

Please sign in to comment.