Skip to content

Commit

Permalink
chore: wip: add @ts-expect-error directive
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Jun 11, 2024
1 parent 87ff0e2 commit edecb3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/core/RPCMethods/RPCMethodMiddleware.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ describe('getRpcMethodMiddleware', () => {
permissionController.createPermissionMiddleware({
origin: hostMock,
});
// @ts-expect-error TODO
engine.push(permissionMiddleware);
const middleware = getRpcMethodMiddleware(getMinimalOptions());
engine.push(middleware);
Expand Down

0 comments on commit edecb3c

Please sign in to comment.