Skip to content

Commit

Permalink
cop
Browse files Browse the repository at this point in the history
  • Loading branch information
0exp committed Jun 18, 2024
1 parent 955af5e commit 91b82aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/ezclient/response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ def inspect
{
request: {
raw: http_request.inspect,
headers: http_request.headers
headers: http_request.headers,
},
response: {
raw: http_response.inspect,
headers:,
body:
}
headers: headers,
body: body,
},
}.to_s
end

Expand Down

0 comments on commit 91b82aa

Please sign in to comment.