Skip to content

Commit

Permalink
Remove TS ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Oct 22, 2024
1 parent 88ef728 commit 442dcca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/examples/packages/ethers-js/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
UserRejectedRequestError,
MethodNotFoundError,
} from '@metamask/snaps-sdk';
// @ts-expect-error Typescript thinks this is ESM Module, not a CommonJS module, while ethers supports both. Webpack will correctly identify proper import type.
import { Wallet } from 'ethers';

import type { SignMessageParams } from './types';
Expand Down

0 comments on commit 442dcca

Please sign in to comment.