Skip to content

Commit b6169be

Browse files
authored
Capitalize access group scope constants. (#223)
1 parent 79423be commit b6169be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/backend-api.service.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ export type AssociationLimitMapItem = {
199199
}
200200

201201
export enum AccessGroupScopeType {
202-
ANY = 'any',
203-
SCOPED = 'scoped',
202+
ANY = 'Any',
203+
SCOPED = 'Scoped',
204204
}
205205

206206
export enum AccessGroupOperationString {

0 commit comments

Comments
 (0)