Skip to content

Commit 89b1035

Browse files
authored
Update role.constant.ts
1 parent f294429 commit 89b1035

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/constants/role.constant.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ export const ROLES = {
77
export const ROLE_ERRORS = {
88
FORBIDDEN: 'Access denied: insufficient role permissions.',
99
UNAUTHORIZED: 'User must be authenticated.',
10-
}
10+
} as const;

0 commit comments

Comments
 (0)