Skip to content

Commit

Permalink
Merge pull request #8751 from CitizenLabDotCo/master
Browse files Browse the repository at this point in the history
Release 2024-08-22_3
  • Loading branch information
jinjagit authored Aug 22, 2024
2 parents e76a4f7 + 55395af commit eb81167
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def execute(plan)
task.set_succeeded!
rescue SummarizationFailedError, Faraday::BadRequestError => e
extra = {}
if e.instance_of?('Faraday::BadRequestError')
if e.instance_of?(Faraday::BadRequestError)
extra[:response] = e&.response
extra[:response_headers] = e&.response&.headers
extra[:response_body] = e&.response&.body
Expand Down

0 comments on commit eb81167

Please sign in to comment.