Skip to content

Commit

Permalink
types(permission-controller): utils compat fix
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Sep 1, 2023
1 parent fa01637 commit bc0d221
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { MethodNames } from '../utils';

export const getPermissionsHandler: PermittedHandlerExport<
GetPermissionsHooks,
undefined,
any,
PermissionConstraint[]
> = {
methodNames: [MethodNames.getPermissions],
Expand Down

0 comments on commit bc0d221

Please sign in to comment.