Skip to content

Commit

Permalink
fixing admin 2 codeDepot markers
Browse files Browse the repository at this point in the history
  • Loading branch information
raileendr committed Mar 7, 2024
1 parent d0b51c7 commit f091e39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/services/admin_api/get_data_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ def get_product_permission_profiles
def get_ds_groups
worker

#ds-snippet-start:Admin4Step4
#ds-snippet-start:Admin2Step4
ds_groups_api = DocuSign_Admin::DSGroupsApi.new(@api_client)
ds_groups = ds_groups_api.get_ds_groups(args[:organization_id], args[:account_id])
ds_groups.as_json['ds_groups']
#ds-snippet-end:Admin4Step4
#ds-snippet-end:Admin2Step4
end

def get_organization_id
Expand Down

0 comments on commit f091e39

Please sign in to comment.