mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-25 15:58:31 +00:00
Fixed the user agent header
This commit is contained in:
parent
c306b7bbdd
commit
d4a2be6e52
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ async function bulkFetchTimezones(ids: string[]): Promise<TimezoneDB | undefined
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {
|
headers: {
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
"User-Agent": VENCORD_USER_AGENT
|
"X-User-Agent": VENCORD_USER_AGENT
|
||||||
},
|
},
|
||||||
body: JSON.stringify(ids),
|
body: JSON.stringify(ids),
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue