Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 7bd89ef

Browse files
committed
Merge pull request zendesk#283 from zendesk/roman/remove
remove extra line
2 parents 164cb73 + fb8f559 commit 7bd89ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/zendesk_api/middleware/response/parse_json.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ class ParseJson < Faraday::Response::Middleware
1010
def on_complete(env)
1111
type = env[:response_headers][CONTENT_TYPE].to_s
1212
type = type.split(';', 2).first if type.index(';')
13-
type
1413

1514
return unless type == 'application/json'
1615

0 commit comments

Comments
 (0)