Skip to content

Commit 2bac08e

Browse files
committed
removed dead code
1 parent a2f5b2d commit 2bac08e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/lib/statsProvider.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ export function CommunityStatsProvider({
163163
const {
164164
siteConfig: { customFields },
165165
} = useDocusaurusContext();
166-
const token = customFields?.gitToken || "";
167166
const backendApiUrl = (customFields?.backendApiUrl as string) || "http://localhost:5000";
168167

169168
const [loading, setLoading] = useState(false); // Start with false to avoid hourglass

0 commit comments

Comments
 (0)