diff --git a/apps/marketing/src/app/(marketing)/open/page.tsx b/apps/marketing/src/app/(marketing)/open/page.tsx index 676a352bb..a7435b8da 100644 --- a/apps/marketing/src/app/(marketing)/open/page.tsx +++ b/apps/marketing/src/app/(marketing)/open/page.tsx @@ -76,9 +76,9 @@ export type EarlyAdoptersType = z.infer; const fetchGithubStats = async () => { return await fetch('https://api.github.com/repos/documenso/documenso', { - headers: { - ...GITHUB_HEADERS, - }, + // headers: { + // ...GITHUB_HEADERS, + // }, }) .then(async (res) => res.json()) .then((res) => ZGithubStatsResponse.parse(res));