Skip to content

Commit

Permalink
Updated the custom error there was a Typo. (#2618)
Browse files Browse the repository at this point in the history
"Something went while trying to retrieve the stats data using the GraphQL API." -> "Something went wrong while trying to retrieve the stats data using the GraphQL API."
  • Loading branch information
LokeshXs authored Apr 24, 2023
1 parent 879937c commit aec73d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fetchers/stats-fetcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ const fetchStats = async (
);
}
throw new CustomError(
"Something went while trying to retrieve the stats data using the GraphQL API.",
"Something went wrong while trying to retrieve the stats data using the GraphQL API.",
CustomError.GRAPHQL_ERROR,
);
}
Expand Down

0 comments on commit aec73d2

Please sign in to comment.