Skip to content

[bug]Incorrect method call in pages/privateImageInstall/index.js #9

@hyzeer

Description

@hyzeer

in the file 'pages/privateImageInstall/index.js', there is an incorrect method call in the promise chain. (at line 120)

the code uses .fail() after '.then()', which is not a valid method for Promises. The intention seems to be using .catch() to handle errors?

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