Skip to content

Commit d712841

Browse files
committed
change
1 parent fdfbe78 commit d712841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/src/authorization.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const prefixWithOrg = (value: string) => value.replace(/^(org:)*/, 'org:');
7575
/**
7676
* Checks if a user has the required organization-level authorization.
7777
* Verifies if the user has the specified role or permission within their organization.
78-
* @returns null, if unable to determine due to missing data or unspecified role/permission.
78+
* @returns naull, if unable to determine due to missing data or unspecified role/permission.
7979
*/
8080
const checkOrgAuthorization: CheckOrgAuthorization = (params, options) => {
8181
const { orgId, orgRole, orgPermissions } = options;

0 commit comments

Comments
 (0)