Skip to content

Commit c784d9f

Browse files
committed
ts
1 parent da90b6d commit c784d9f

File tree

1 file changed

+1
-0
lines changed
  • packages/services/api/src/modules/auth/lib

1 file changed

+1
-0
lines changed

packages/services/api/src/modules/auth/lib/authz.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,7 @@ class UnauthenticatedSession extends Session {
497497
): Promise<Array<AuthorizationPolicyStatement>> | Array<AuthorizationPolicyStatement> {
498498
return [];
499499
}
500+
id = 'noop';
500501
}
501502

502503
/**

0 commit comments

Comments
 (0)