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 j4ckofalltrades committed Apr 25, 2023
1 parent b4bb4f4 commit 0ca50de
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 0ca50de

Please sign in to comment.