Update HUD default business to 47
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
49ef916f34
commit
f96d8f4fe3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue