Skip to content

Commit

Permalink
chore: remove unnecessary any type
Browse files Browse the repository at this point in the history
  • Loading branch information
kemuru committed May 7, 2024
1 parent 0f35a79 commit 34a6be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/light-item-details/modals/submit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const SubmitModal: React.FC<{
const gtcr = new ethers.Contract(tcrAddress, _gtcr, signer)
const enc = new TextEncoder()
const fileData = enc.encode(JSON.stringify({ columns, values }))
const ipfsEvidencePath: any = getIPFSPath(
const ipfsEvidencePath = getIPFSPath(
(await ipfsPublish('item.json', fileData)) as IPFSResultObject
)

Expand Down

0 comments on commit 34a6be9

Please sign in to comment.