Skip to content

Commit

Permalink
masking
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-plivo committed May 6, 2024
1 parent 3f83236 commit 601f606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plivo/resources/maskingsession.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def initialize(client, resource_list_json = nil)
# @param [String] session_uuid
def get(session_uuid)
valid_param?(:session_uuid, session_uuid, [String, Symbol], true)
perform_get(session_uuid)
perform_get_without_identifier(session_uuid)
end

def create(first_party, second_party, session_expiry=nil, call_time_limit=nil, record=nil, record_file_format=nil,
Expand Down

0 comments on commit 601f606

Please sign in to comment.