mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-07-31 14:12:01 +00:00
Fixed 409 error count
This commit is contained in:
parent
51b780c021
commit
9f57be5587
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue