Skip to content
Snippets Groups Projects
Commit e540db7f authored by Teal's avatar Teal
Browse files

fix syntax error

parent 7fbfd50d
Branches
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment