mirror of
https://github.com/documenso/documenso.git
synced 2025-11-24 05:32:12 +10:00
chore: check it build will pass
This commit is contained in:
@ -76,9 +76,9 @@ export type EarlyAdoptersType = z.infer<typeof ZEarlyAdoptersResponse>;
|
|||||||
|
|
||||||
const fetchGithubStats = async () => {
|
const fetchGithubStats = async () => {
|
||||||
return await fetch('https://api.github.com/repos/documenso/documenso', {
|
return await fetch('https://api.github.com/repos/documenso/documenso', {
|
||||||
headers: {
|
// headers: {
|
||||||
...GITHUB_HEADERS,
|
// ...GITHUB_HEADERS,
|
||||||
},
|
// },
|
||||||
})
|
})
|
||||||
.then(async (res) => res.json())
|
.then(async (res) => res.json())
|
||||||
.then((res) => ZGithubStatsResponse.parse(res));
|
.then((res) => ZGithubStatsResponse.parse(res));
|
||||||
|
|||||||
Reference in New Issue
Block a user