Skip to content

Commit 6ee3003

Browse files
authored
remove unneeded ts directive
Co-authored-by: Chad Ostrowski <221614+chadoh@users.noreply.github.com>
1 parent 73f9638 commit 6ee3003

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/GuessTheNumber.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ 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-ignore
3332
{ publicKey: address },
3433
)
3534

0 commit comments

Comments
 (0)