chore: Switch to live API data

This commit is contained in:
Chris Frankland-Wright 2025-08-08 01:17:32 +01:00 committed by Chris Frankland-Wright (aider)
parent 49287e5e16
commit 982aad3ec9

View file

@ -1,7 +1,7 @@
document.addEventListener('DOMContentLoaded', () => {
// --- Mock Data Configuration ---
// Set to true to use mock data, false for live API.
const useMockData = true;
const useMockData = false;
let currentMockSetKey = 'allGood'; // Default mock data set
let lastApiData = null;