Skip to content

Commit

Permalink
Temp set duration to minutes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaddox5 committed Nov 18, 2024
1 parent 65ce6a2 commit dfddbb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ defmodule ScreenplayWeb.OutfrontTakeoverTool.AlertController do
end_dt =
case duration do
"Open ended" -> nil
_ -> DateTime.add(start_dt, 60 * 60 * duration, :second)
_ -> DateTime.add(start_dt, 60 * duration, :second)
end

%{start: start_dt, end: end_dt}
Expand Down

0 comments on commit dfddbb5

Please sign in to comment.