Skip to content

burned field is not respected  #54

@vikiival

Description

@vikiival
const client = getClient('ahp');
const query = client.itemListByCollectionId('244', { burned: false, orderBy: 'blockNumber_ASC', fields: extendFields(['burned']) });
const res = await client.fetch(query);

const items = res.data.items;

assertEqual(items, items.filter(x => !x.burned))

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingp2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions