Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/jobs/que/double_check_attendance_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ def run(event_id:, step: :rsvp_one_month_before_event)
return unless @event.hybrid_or_physical?

case step.to_sym
when :rsvp_one_month_before_event
rsvp_one_month_before_event
#when :rsvp_one_month_before_event
# rsvp_one_month_before_event
when :alert_staff
alert_staff
else
Expand Down