lib/myjohndeere/util.rb in myjohndeere-0.1.9 vs lib/myjohndeere/util.rb in myjohndeere-0.1.10
- old
+ new
@@ -73,10 +73,10 @@
if error.nil? then
return
else
error = error.new(
- http_status: code, http_body: body,
+ http_status: code, http_body: body,
http_headers: headers)
error.response = response
raise error
end
end
\ No newline at end of file