Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shafu0x committed Jan 29, 2023
1 parent 18b9613 commit 1134764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async function insertNft(tokenId, nextVersion) {
const _nft = {
xp: nft.xp,
deposit: nft.deposit,
withdrawn: nft.withdrawn,
withdrawn: nft.withdrawal,
tokenId: tokenId,
owner: owner,
contractAddress: process.env.dNFT_ADDRESS,
Expand Down

0 comments on commit 1134764

Please sign in to comment.