Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Peterortiz82 committed May 21, 2020
1 parent ea77565 commit 30cca99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/teamsnap/response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def initialize(opts = {})
end

def process_info
raise @resp.body
body = JSON.parse(@resp.body, :symbolize_names => true)
@collection = body.fetch(:collection) { {} }
@message = "Data retrieved successfully"
Expand Down

0 comments on commit 30cca99

Please sign in to comment.