We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e438fd8 commit 12a480aCopy full SHA for 12a480a
decidim-meetings/app/commands/decidim/meetings/admin/update_meeting.rb
@@ -106,7 +106,7 @@ def schedule_upcoming_meeting_notification
106
reminder_hours = (meeting.send_reminders_before_hours.presence || Decidim::Meetings.upcoming_meeting_notification.in_hours).to_i
107
108
Decidim::Meetings::UpcomingMeetingNotificationJob
109
- .set(wait_until: meeting.start_time -reminder_hours.hours)
+ .set(wait_until: meeting.start_time - reminder_hours.hours)
110
.perform_later(meeting.id, checksum)
111
end
112
0 commit comments