mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 21:05:16 +00:00
refactor: fix typo in TRY_AGAIN_LATER constant name (#3274)
This commit is contained in:
parent
35e4578fc6
commit
88c507ce46
1 changed files with 3 additions and 3 deletions
|
|
@ -399,7 +399,7 @@ const CONSTANTS = {
|
||||||
ERROR_CACHE_SECONDS: TEN_MINUTES,
|
ERROR_CACHE_SECONDS: TEN_MINUTES,
|
||||||
};
|
};
|
||||||
|
|
||||||
const TRY_AGAING_LATER = "Please try again later";
|
const TRY_AGAIN_LATER = "Please try again later";
|
||||||
|
|
||||||
const SECONDARY_ERROR_MESSAGES = {
|
const SECONDARY_ERROR_MESSAGES = {
|
||||||
MAX_RETRY:
|
MAX_RETRY:
|
||||||
|
|
@ -407,8 +407,8 @@ const SECONDARY_ERROR_MESSAGES = {
|
||||||
NO_TOKENS:
|
NO_TOKENS:
|
||||||
"Please add an env variable called PAT_1 with your GitHub API token in vercel",
|
"Please add an env variable called PAT_1 with your GitHub API token in vercel",
|
||||||
USER_NOT_FOUND: "Make sure the provided username is not an organization",
|
USER_NOT_FOUND: "Make sure the provided username is not an organization",
|
||||||
GRAPHQL_ERROR: TRY_AGAING_LATER,
|
GRAPHQL_ERROR: TRY_AGAIN_LATER,
|
||||||
GITHUB_REST_API_ERROR: TRY_AGAING_LATER,
|
GITHUB_REST_API_ERROR: TRY_AGAIN_LATER,
|
||||||
WAKATIME_USER_NOT_FOUND: "Make sure you have a public WakaTime profile",
|
WAKATIME_USER_NOT_FOUND: "Make sure you have a public WakaTime profile",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue