From 47e59734bea766ee6d25234c175cbb292fcc605d Mon Sep 17 00:00:00 2001 From: Ephraim Atta-Duncan Date: Mon, 4 Nov 2024 16:40:45 +0000 Subject: [PATCH] chore: check it build will pass --- apps/marketing/src/app/(marketing)/open/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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));