From e540db7fb978274956885d8052b0d1eb4aa33013 Mon Sep 17 00:00:00 2001 From: Teal <git@teal.is> Date: Mon, 27 May 2024 15:50:18 +0200 Subject: [PATCH] fix syntax error --- config/cronotab.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cronotab.rb b/config/cronotab.rb index a534585..3fd28bc 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 -- GitLab