From d2c2b915b3df71efcfdfec435722722f95282e37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Arteiro?= Date: Thu, 10 Nov 2022 21:35:43 +0000 Subject: [PATCH] fix: Uncommenting update timer line. --- lib/app_web/live/app_live.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/app_web/live/app_live.ex b/lib/app_web/live/app_live.ex index a0f0af46..004a2e3a 100644 --- a/lib/app_web/live/app_live.ex +++ b/lib/app_web/live/app_live.ex @@ -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 ->