This commit is contained in:
Arjun S
2025-08-04 12:44:09 +00:00
parent 334e19abf0
commit 8c2f47262d
2 changed files with 2 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ function App() {
if (!userState) return; if (!userState) return;
const friendBoostUpgrade = UPGRADES.find(u => u.id === 'friendBoost') as Upgrade | undefined; const friendBoostUpgrade = UPGRADES.find(u => u.id === 'friendBoost') as Upgrade | undefined;
const ownedFriendBoost = (userState?.upgrades?.['friendBoost']?.owned || 0); const ownedFriendBoost = ((userState?.upgrades || {})['friendBoost']?.owned || 0);
if (timeoutRef.current) { if (timeoutRef.current) {
clearTimeout(timeoutRef.current); clearTimeout(timeoutRef.current);

View File

@@ -1 +1 @@
{"name": "worker-name","compatibility_date": "2025-08-03","assets": {"directory": "./dist"}} {"name": "bozoclicker","compatibility_date": "2025-08-03","assets": {"directory": "./dist"}}