Skip to content

Commit

Permalink
fix valid org role
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed Apr 6, 2022
1 parent d826dfc commit 8947f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/org-groups/org-group-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { Policy } from '../uma2';
const logger = Logger('org-groups');

enum RoleGroups {
'data-custodian',
'organization-admin',
}

/**
Expand Down

0 comments on commit 8947f37

Please sign in to comment.