Skip to content

Commit

Permalink
Merge pull request #161 from thimios/td/fix_typo_in_http_client_warnings
Browse files Browse the repository at this point in the history
fix typo in warnings format
  • Loading branch information
jv-asana authored Apr 3, 2023
2 parents 4d37f9a + 47fe521 commit 1ce276f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/asana/http_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def handling_errors(&request)
end

def log_request(method, url, body)
warn format('[%<klass>s] %<method>s %<url>s (%<bodt>s)',
warn format('[%<klass>s] %<method>s %<url>s (%<body>s)',
klass: self.class,
method: method.to_s.upcase,
url: url,
Expand Down

0 comments on commit 1ce276f

Please sign in to comment.