Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Error Throwing #95

Merged
merged 1 commit into from Dec 3, 2021
Merged

Conversation

dOrgJelli
Copy link
Contributor

No description provided.

Copy link
Collaborator

@Niraj-Kamdar Niraj-Kamdar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI is just failing due to timeout. I will try rerunning it if it still fails I can increase timeout for our tests.

@@ -19,12 +19,12 @@ export function coinsList(input: Input_coinsList): Array<CoinsList> {
});

if (!response || response.status !== 200 || !response.body) {
throw Error(response.statusText);
throw new Error(response.statusText);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was such a dumb typo! Thanks for fixing this!

@Niraj-Kamdar Niraj-Kamdar merged commit 1f796aa into defiwrapper:test/error Dec 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants