We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117a2d1 commit a88f1f3Copy full SHA for a88f1f3
packages/keto-client-wrapper/src/lib/ory-permissions/ory-permissions.interfaces.ts
@@ -27,7 +27,8 @@ export class OryPermissionsModuleOptions
27
super(options);
28
this.basePath = options.basePath;
29
this.accessToken = options.accessToken;
30
- this.supportBatchPermissionCheck = options.supportBatchPermissionCheck ?? false;
+ this.supportBatchPermissionCheck =
31
+ options.supportBatchPermissionCheck ?? false;
32
}
33
34
0 commit comments