Skip to content

Commit af6b462

Browse files
committed
disable hawt service
1 parent 11a5d46 commit af6b462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/jobs/hawt_service_job.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class HawtServiceJob
44
sidekiq_options queue: :protip
55

66
def perform(id, action)
7-
return '{}' unless Rails.env.production?
7+
return '{}' # unless Rails.env.production?
88
@protip = Protip.find(id)
99
url = URI.parse("#{ENV['PRIVATE_URL']}/api/v1/protips/#{action}.json").to_s
1010
protip_json = MultiJson.load(protip_hash.to_json)

0 commit comments

Comments
 (0)