Skip to content

Commit 99938d4

Browse files
author
Sam
committed
Notify Twitter
1 parent 3fbba12 commit 99938d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/tournaments/check_new_tournaments.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def persist(input)
1717
def notify(input)
1818
input[:remote_tournaments].each do |tournament|
1919
# notify_discord(tournament)
20-
# notify_twitter(tournament) if Rails.env.production?
20+
notify_twitter(tournament) if Rails.env.production?
2121
sleep 0.5
2222
end
2323
end

0 commit comments

Comments
 (0)