Skip to content

Commit

Permalink
chore: fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 committed May 29, 2024
1 parent 865b192 commit 96f5e88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/lsp-checker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ import SampleAddressInput from '../components/SampleAddressInput';
import useWeb3 from '../hooks/useWeb3';
import { checkInterface, getDataBatch } from '../utils/web3';
import { isAddress, keccak256, stripHexPrefix } from 'web3-utils';

// eslint-disable-next-line @typescript-eslint/no-var-requires
const { isProfileMetadata } = require('@lukso/lsp-utils');

enum Status {
Expand Down

0 comments on commit 96f5e88

Please sign in to comment.