mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-06-04 14:13:06 +00:00
refactor: use more clear retryer error message (2) (#3227)
This commit is contained in:
committed by
GitHub
parent
81f030fd1c
commit
ef0ec6e26b
+2
-1
@@ -381,7 +381,8 @@ const CONSTANTS = {
|
||||
};
|
||||
|
||||
const SECONDARY_ERROR_MESSAGES = {
|
||||
MAX_RETRY: "Downtime due to GitHub API rate limiting",
|
||||
MAX_RETRY:
|
||||
"You can deploy own instance or wait until public will be no longer limited",
|
||||
NO_TOKENS:
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user