Skip to content

Commit

Permalink
Bump 0.4.3 (fix logging error)
Browse files Browse the repository at this point in the history
  • Loading branch information
dapi committed Nov 17, 2023
1 parent 16bfa55 commit 957696e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/moysklad/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def logger
end

def parse_response res
Moysklad.logger.debug "Response [#{res.status}]: #{res.body}"
Moysklad.logger.debug "Response [#{res.status}]"

if res.status == 200
return if res.body.blank?
Expand Down
2 changes: 1 addition & 1 deletion lib/moysklad/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Moysklad
VERSION = '0.4.2'
VERSION = '0.4.3'
end

0 comments on commit 957696e

Please sign in to comment.