Skip to content

Commit

Permalink
Save Wed Dec 13 11:50:19 AM -03 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Arregui committed Dec 13, 2023
1 parent d80e384 commit 4aa2689
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ export function incrementCommsMessageSent(type: string, size: number, sceneId?:

sentCommsMessages[key] = (sentCommsMessages[key] ?? 0) + size


console.log("HUGO", type, size, sceneId)
sentCommsMessagesCounter++
}

Expand Down

0 comments on commit 4aa2689

Please sign in to comment.