Skip to content

Commit

Permalink
return fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Nov 15, 2024
1 parent 303db73 commit 643ac5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ export class RemoteFetcher implements IFetcher {
'yoroi-locale': this.getCurrentLocale()
}
}
).then(response => [ response.data ])
).then(response => response.data)
.catch((error) => {
if (error.response.status === 404 && error.response.data === 'No outputs found') {
return [ null ];
Expand Down

0 comments on commit 643ac5c

Please sign in to comment.