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 LucienZhang committed Jun 5, 2023
1 parent 1cf60a1 commit dc81112
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 dc81112

Please sign in to comment.