Commit a48066c3 by mingyuan

typo

parent 1543aec6
...@@ -42,7 +42,7 @@ module Dingtalk ...@@ -42,7 +42,7 @@ module Dingtalk
private private
def parse_response(response, parse_as) def parse_response(response, parse_as)
if response.status != 200 if response.status != 200
Rails.logger.debug respose.body.to_s Rails.logger.debug response.body.to_s
raise "Request get fail, response status #{response.status}" raise "Request get fail, response status #{response.status}"
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment