Update HUD default business to 47

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
John Mizerek 2026-01-27 21:27:45 -08:00
parent 49ef916f34
commit f96d8f4fe3

View file

@ -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