Fixed 409 error count

This commit is contained in:
Brandon Rozek 2025-06-11 21:57:33 -04:00
parent 51b780c021
commit 9f57be5587
No known key found for this signature in database
GPG key ID: DFB0E78F805F4567

View file

@ -147,7 +147,7 @@
try {
const data = await makeApiRequest('POST');
const newCount = data.count || 0;
const newCount = data.count || currentCount;
currentCount = newCount;
// Check if user already gave a high five (HTTP 409 response)