mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-17 02:17:03 -04:00
chore: Remove legacy workarounds
This commit is contained in:
parent
34276301c3
commit
a38ac956df
8 changed files with 12 additions and 80 deletions
|
@ -37,10 +37,7 @@ async function githubGet(endpoint: string) {
|
|||
Accept: "application/vnd.github+json",
|
||||
// "All API requests MUST include a valid User-Agent header.
|
||||
// Requests with no User-Agent header will be rejected."
|
||||
"User-Agent": VENCORD_USER_AGENT,
|
||||
// todo: perhaps add support for (optional) api token?
|
||||
// unauthorised rate limit is 60 reqs/h
|
||||
// https://github.com/settings/tokens/new?description=Vencord%20Updater
|
||||
"User-Agent": VENCORD_USER_AGENT
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue