Skip to content

Commit

Permalink
Merge pull request #81 from getamis/ASL-4774/handle-503-error
Browse files Browse the repository at this point in the history
[ASL-4774] handle 503 error
  • Loading branch information
VANITAX authored Dec 20, 2023
2 parents cb534f5 + 08ac9e8 commit 2d18db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/QubicConnect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ export class QubicConnect {
deferred.reject(error);
});
}
throw error;
console.error(error);
}
}

Expand Down

0 comments on commit 2d18db0

Please sign in to comment.