Skip to content

Commit

Permalink
Merge branch 'main' into ID-2758-balances-routes
Browse files Browse the repository at this point in the history
  • Loading branch information
mimi-imtbl authored Dec 18, 2024
2 parents a4435af + 25ec0fd commit e8b7327
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ syncSendCount();

const incrementSendCount = (clientId: string) => {
syncSendCount();
if (!sendCount[clientId]) {
sendCount[clientId] = 0;
}
sendCount[clientId]++;
setItem(SESSION_ACTIVITY_COUNT_KEY, sendCount);
// Reset checkCount to zero on sending
Expand Down

0 comments on commit e8b7327

Please sign in to comment.