diff --git a/documentation/src/context/CommunityStats/index.tsx b/documentation/src/context/CommunityStats/index.tsx index 138fa82b..578f8b83 100644 --- a/documentation/src/context/CommunityStats/index.tsx +++ b/documentation/src/context/CommunityStats/index.tsx @@ -86,7 +86,7 @@ export const CommunityStatsProvider: FC = ({ children }) => { method: "GET", headers: { "Content-Type": "application/json", - "Authorization": `token ${ACCESS_TOKEN}`, + // "Authorization": `token ${ACCESS_TOKEN}`, }, signal, },