Skip to content

Commit 12a480a

Browse files
committed
rubocop fix
1 parent e438fd8 commit 12a480a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decidim-meetings/app/commands/decidim/meetings/admin/update_meeting.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def schedule_upcoming_meeting_notification
106106
reminder_hours = (meeting.send_reminders_before_hours.presence || Decidim::Meetings.upcoming_meeting_notification.in_hours).to_i
107107

108108
Decidim::Meetings::UpcomingMeetingNotificationJob
109-
.set(wait_until: meeting.start_time -reminder_hours.hours)
109+
.set(wait_until: meeting.start_time - reminder_hours.hours)
110110
.perform_later(meeting.id, checksum)
111111
end
112112
end

0 commit comments

Comments
 (0)