Skip to content

Commit

Permalink
Updated the custom error there was a Typo. (anuraghazra#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 and tomy0000000 committed May 4, 2023
1 parent 72d9ca5 commit aa5ac6a
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 aa5ac6a

Please sign in to comment.