You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is mistake in code, instead of Object.keys(token.approved_account_ids).length === 0 it should be Object.keys(token.approved_account_ids).length !== 0.
The text was updated successfully, but these errors were encountered:
nft-tutorial-js/src/nft-contract/approval.ts
Line 169 in 7695f16
There is mistake in code, instead of
Object.keys(token.approved_account_ids).length === 0
it should beObject.keys(token.approved_account_ids).length !== 0
.The text was updated successfully, but these errors were encountered: