Skip to content

Commit 73f9638

Browse files
committed
fix: replaced ts flag for build
1 parent 90ef0a6 commit 73f9638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/GuessTheNumber.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const GuessTheNumber = () => {
2929
// Create a transaction using the contract client
3030
const tx = await game.guess(
3131
{ a_number: BigInt(guess), guesser: address },
32-
// @ts-expect-error js-stellar-sdk has bad typings; publicKey is, in fact, allowed
32+
// @ts-ignore
3333
{ publicKey: address },
3434
)
3535

0 commit comments

Comments
 (0)