We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f5b2d commit 2bac08eCopy full SHA for 2bac08e
1 file changed
src/lib/statsProvider.tsx
@@ -163,7 +163,6 @@ export function CommunityStatsProvider({
163
const {
164
siteConfig: { customFields },
165
} = useDocusaurusContext();
166
- const token = customFields?.gitToken || "";
167
const backendApiUrl = (customFields?.backendApiUrl as string) || "http://localhost:5000";
168
169
const [loading, setLoading] = useState(false); // Start with false to avoid hourglass
0 commit comments