mirror of
https://github.com/moeru-ai/airi.git
synced 2026-07-09 15:58:27 +00:00
22 lines
877 B
Diff
22 lines
877 B
Diff
diff --git a/dist/shared/sponsorkit.D4Gzyh4z.mjs b/dist/shared/sponsorkit.D4Gzyh4z.mjs
|
|
index f7e74b63ff2ed0b206a184722aa1d61c86963377..e4f29889f5f1518023b6f4822195a53bb597e8c5 100644
|
|
--- a/dist/shared/sponsorkit.D4Gzyh4z.mjs
|
|
+++ b/dist/shared/sponsorkit.D4Gzyh4z.mjs
|
|
@@ -1282,7 +1282,7 @@ async function fetchOpenCollectiveSponsors(key, id, slug, githubHandle, includeP
|
|
method: "POST",
|
|
body: { query },
|
|
headers: {
|
|
- "Api-Key": `${key}`,
|
|
+ "Personal-Token": `${key}`,
|
|
"Content-Type": "application/json"
|
|
}
|
|
});
|
|
@@ -1308,7 +1308,7 @@ async function fetchOpenCollectiveSponsors(key, id, slug, githubHandle, includeP
|
|
method: "POST",
|
|
body: { query },
|
|
headers: {
|
|
- "Api-Key": `${key}`,
|
|
+ "Personal-Token": `${key}`,
|
|
"Content-Type": "application/json"
|
|
}
|
|
});
|