Skip to content

Commit bda2100

Browse files
committed
lint:fix
1 parent e5411f3 commit bda2100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/permission-controller/src/rpc-methods/getPermissions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { MethodNames } from '../utils';
88

99
export const getPermissionsHandler: PermittedHandlerExport<
1010
GetPermissionsHooks,
11-
[],
11+
[],
1212
PermissionConstraint[]
1313
> = {
1414
methodNames: [MethodNames.getPermissions],

0 commit comments

Comments
 (0)