lib/bunny_app/client.rb in bunny_app-2.0.4 vs lib/bunny_app/client.rb in bunny_app-2.1.0
- old
+ new
@@ -90,10 +90,10 @@
query(query, variables)
end
end
def verify_ssl
- return true unless ENV['IGNORE_SSL']
+ true unless ENV['IGNORE_SSL']
end
def host_header
ENV.fetch('BUNNY_HOST_HEADER', nil)
end