Skip to content

Commit aec73d2

Browse files
authored
Updated the custom error there was a Typo. (#2618)
"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."
1 parent 879937c commit aec73d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fetchers/stats-fetcher.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ const fetchStats = async (
213213
);
214214
}
215215
throw new CustomError(
216-
"Something went while trying to retrieve the stats data using the GraphQL API.",
216+
"Something went wrong while trying to retrieve the stats data using the GraphQL API.",
217217
CustomError.GRAPHQL_ERROR,
218218
);
219219
}

0 commit comments

Comments
 (0)