Skip to content

Commit f091e39

Browse files
committed
fixing admin 2 codeDepot markers
1 parent d0b51c7 commit f091e39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/services/admin_api/get_data_service.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ def get_product_permission_profiles
2323
def get_ds_groups
2424
worker
2525

26-
#ds-snippet-start:Admin4Step4
26+
#ds-snippet-start:Admin2Step4
2727
ds_groups_api = DocuSign_Admin::DSGroupsApi.new(@api_client)
2828
ds_groups = ds_groups_api.get_ds_groups(args[:organization_id], args[:account_id])
2929
ds_groups.as_json['ds_groups']
30-
#ds-snippet-end:Admin4Step4
30+
#ds-snippet-end:Admin2Step4
3131
end
3232

3333
def get_organization_id

0 commit comments

Comments
 (0)