Skip to content
Snippets Groups Projects
Commit 7a190e46 authored by Frank Blaauw's avatar Frank Blaauw
Browse files

Rubocop

parent 685fa272
Branches
Tags
1 merge request!15fb-better-error-on-500
......@@ -47,7 +47,7 @@ module Fizzy
when 401
access_denied(response)
when 500
raise (response.parsed_response || "Received HTTP response code #{response.code}!").to_s
raise((response.parsed_response || "Received HTTP response code #{response.code}!").to_s)
else
response
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment