diff --git a/web/src/pages/predictions.ts b/web/src/pages/predictions.ts index 19fc0c4..3f449f7 100644 --- a/web/src/pages/predictions.ts +++ b/web/src/pages/predictions.ts @@ -1,5 +1,5 @@ // Predictions Page - Prediction leaderboard, open matches, and submission -import type { BotProfile, PredictorStats, OpenMatch, PredictionHistoryEntry } from '../api-types'; +import type { PredictorStats, OpenMatch, BotProfile } from '../api-types'; import { fetchPredictionsLeaderboard, fetchOpenPredictions, @@ -9,7 +9,6 @@ import { } from '../api-types'; const PAGES_BASE = ''; -const API_BASE = ''; let openMatches: OpenMatch[] = []; let pollTimer: ReturnType | null = null;