lib/createsend/subscriber.rb in createsend-3.0.0 vs lib/createsend/subscriber.rb in createsend-3.1.0
- old
+ new
@@ -55,10 +55,10 @@
# same "form" as the response we would receive upon a completely
# successful import).
if br.data.ResultData
return br.data.ResultData
else
- raise br
+ raise br # Just raise other Bad Request errors
end
end
Hashie::Mash.new(response)
end
\ No newline at end of file