Skip to content

Commit

Permalink
chore(issuer-sdk-demo): ts-ignore error issuer sdk demo (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
ditoglez authored Dec 19, 2024
1 parent d493701 commit 2c5bce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/issuer-sdk-demo/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default function Home() {
const _hasProfile = await clientSDK.hasProfile(String(address));
if (_hasProfile && signer) {
setHasProfile(_hasProfile);
// @ts-expect-error: types in the SDK are a bit messy.
// @ts-ignore
await clientSDK.setSigner("EVM", signer);
const issuerAddress = process.env.NEXT_PUBLIC_ISSUER_PUBLIC_KEY_HEX;

Expand Down

0 comments on commit 2c5bce9

Please sign in to comment.