Skip to content

Commit

Permalink
lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat authored and Mrtenz committed Apr 19, 2023
1 parent 99a74f2 commit 8e80463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3734,6 +3734,7 @@ describe('PermissionController', () => {
{
[PermissionNames.wallet_getSecretArray]: {
// @ts-expect-error - Invalid JSON value.
// eslint-disable-next-line @typescript-eslint/no-empty-function
foo: () => {},
},
},
Expand Down
2 changes: 1 addition & 1 deletion packages/permission-controller/src/PermissionController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
Json,
NonEmptyArray,
} from '@metamask/controller-utils';
import { assert, Mutable } from '@metamask/utils';
import { Mutable } from '@metamask/utils';
import {
CaveatConstraint,
CaveatSpecificationConstraint,
Expand Down

0 comments on commit 8e80463

Please sign in to comment.