Skip to content

Commit

Permalink
fix: case condition on remove attendee tokens by day (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunom27 authored Feb 13, 2025
1 parent 8524a2f commit 6699aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/safira/contest.ex
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ defmodule Safira.Contest do
date =
case date do
%DateTime{} -> DateTime.to_date(date)
%Date{} -> DateTime.to_date(date)
%Date{} -> date
end

Multi.new()
Expand Down

0 comments on commit 6699aa9

Please sign in to comment.