Skip to content

Commit

Permalink
[#6] Remove optional comment
Browse files Browse the repository at this point in the history
  • Loading branch information
malparty committed Jun 23, 2021
1 parent 9f7e7f1 commit 1112c5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/services/google/client_service.rb
Expand Up @@ -28,7 +28,6 @@ def call

# Inspect Http response status code
# Any non 200 response code will be logged
# response is set to nil in order to notify the error
def valid_result?(result)
return true if result&.response&.code == '200'

Expand Down

0 comments on commit 1112c5a

Please sign in to comment.