Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
iaddict committed Sep 28, 2018
1 parent 1870643 commit d439d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/flexirest/request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ def generate_new_object(options={})
rescue MultiJson::ParseError
raise ResponseParseException.new(status:@response.status, body:@response.body, headers:@response.headers)
end

if is_json_api_response?
body = JsonAPIProxy::Response.parse(body, @object)
end
Expand Down

0 comments on commit d439d73

Please sign in to comment.