Skip to content

Promise finally not working #84

Open
@carlobeltrame

Description

@carlobeltrame

Reportedly, on 1.x, the following does not work:

this.api.href(this.api.get(), 'invitation', {
        action: 'resend',
      }).then(postUrl => this.api.post(postUrl, {}))
        .finally(() => /* this is never called */)

This is probably caused by QueryablePromise, which we have removed in 2.x. We should write a test.

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