diff --git a/config/cronotab.rb b/config/cronotab.rb index a534585db7444dec21b8cda6cc9dfe8e15660cce..3fd28bcddabc0e88354b968f2aee3d2040bfb051 100644 --- a/config/cronotab.rb +++ b/config/cronotab.rb @@ -15,4 +15,4 @@ # Crono.perform(FetchConferenceDataJob, 'rp2024').every 5.minutes -Crono.perform(TelegramNotifyUpcomingJob, offset: 15.minutes, interval: 1.minute).every 1.minute +Crono.perform(TelegramNotifyUpcomingJob, {offset: 15.minutes, interval: 1.minute}).every 1.minute