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 devantler committed May 1, 2023
1 parent 9758c4c commit 12502a2
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 12502a2

Please sign in to comment.