Skip to content

Commit bc0d221

Browse files
committed
types(permission-controller): utils compat fix
1 parent fa01637 commit bc0d221

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-
undefined,
11+
any,
1212
PermissionConstraint[]
1313
> = {
1414
methodNames: [MethodNames.getPermissions],

0 commit comments

Comments
 (0)