From a0b9ad7790b1d245e9bc4f563ba1a519dd28cc73 Mon Sep 17 00:00:00 2001 From: Akash Singh Date: Thu, 14 Mar 2024 23:20:27 +0530 Subject: [PATCH] Add all my Leetcode Badges category-wise on About page --- documentation/src/context/CommunityStats/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, },