diff --git a/hud/hud.js b/hud/hud.js index a1b5ee4..1da5ea1 100644 --- a/hud/hud.js +++ b/hud/hud.js @@ -12,7 +12,7 @@ const HUD = { pollInterval: 1000, // Poll every second for smooth animation targetSeconds: 60, // Target time to accept a task apiBaseUrl: '/api/tasks', // API endpoint - businessId: parseInt(new URLSearchParams(window.location.search).get('b')) || 17, + businessId: parseInt(new URLSearchParams(window.location.search).get('b')) || 47, }, // State