Skip to content

Commit

Permalink
Capitalized standard in case kya is outdated
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky-fleek committed Nov 23, 2022
1 parent fa01825 commit 4e957bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PlugWallet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class PlugWallet {
const NFT = getNFTActor({
canisterId: token.canister,
agent: this.agent,
standard: token.standard,
standard: token.standard.toUpperCase(),
});

await NFT.transfer(
Expand Down

0 comments on commit 4e957bb

Please sign in to comment.