Skip to content

Commit

Permalink
Update contracts/NonFungibleToken-v2.cdc
Browse files Browse the repository at this point in the history
  • Loading branch information
bjartek authored and joshuahannan committed Dec 4, 2023
1 parent 7020df2 commit 408c68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/NonFungibleToken-v2.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ access(all) contract NonFungibleToken {
access(all) view fun borrowNFTSafe(id: UInt64): &{NonFungibleToken.NFT}? {
post {
(result == nil) || (result?.getID() == id):
"Cannot borrow NFT reference: The ID of the returned reference does not match the ID that was specified"
"Cannot borrow NFT reference: The ID of the returned reference does not match the ID that was specified"
}
return nil
}
Expand Down

0 comments on commit 408c68c

Please sign in to comment.