Skip to content

Commit

Permalink
parse
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-plivo committed May 30, 2024
1 parent 33fd688 commit 1b95c0a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions lib/plivo/base/resource.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,7 @@ def parse_and_set_response(resource_json)
end


if @_identifier_string && resource_json.key?(@_identifier_string)
@id = resource_json[@_identifier_string]
end
end



def perform_update(params, use_multipart_conn = false)
Expand Down Expand Up @@ -176,4 +173,4 @@ def configure_secondary_resource_uri
end
end
end
end
end

0 comments on commit 1b95c0a

Please sign in to comment.