mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 23:32:54 +00:00
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."
This commit is contained in:
parent
879937c11d
commit
aec73d293e
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue