Skip to content

Commit

Permalink
fixed i think if not idk
Browse files Browse the repository at this point in the history
  • Loading branch information
day-mon committed Jan 26, 2024
1 parent edc5cf9 commit b9956de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/pages/Games.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const Games = () => {
const [liveUpdates, setLiveUpdates] = createSignal<boolean>(false);
const [predictions, setPredictions] = createSignal<Prediction[]>([]);
const [predictionLoading, setPredictionLoading] = createSignal<boolean>(false);
const BASE_URL = import.meta.env.VITE_BASE_URL as string;
const BASE_URL = import.meta.env.VITE_API_BASE_URL as string;

let intervalId: NodeJS.Timeout;

Expand Down

0 comments on commit b9956de

Please sign in to comment.