Skip to content

Commit a88f1f3

Browse files
committed
fix(keto-client-wrapper): format code
1 parent 117a2d1 commit a88f1f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/keto-client-wrapper/src/lib/ory-permissions/ory-permissions.interfaces.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ export class OryPermissionsModuleOptions
2727
super(options);
2828
this.basePath = options.basePath;
2929
this.accessToken = options.accessToken;
30-
this.supportBatchPermissionCheck = options.supportBatchPermissionCheck ?? false;
30+
this.supportBatchPermissionCheck =
31+
options.supportBatchPermissionCheck ?? false;
3132
}
3233
}
3334

0 commit comments

Comments
 (0)