Skip to content

Revoke all method is not working #9

Description

@mirko-xyz

if (token.approved_account_ids && Object.keys(token.approved_account_ids).length === 0 && Object.getPrototypeOf(token.approved_account_ids) === Object.prototype) {

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions