Update communication (#9487)

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina
2025-07-08 13:01:38 +07:00
committed by GitHub
parent 723b89b878
commit 5030618286
2 changed files with 1 additions and 3 deletions
@@ -408,8 +408,6 @@
}
async function onUpdate (res: Message[]): Promise<void> {
// need for dubug now, will be removed later
console.log('last', res[res.length - 1])
if (messagesCount === res.length) return
const prevCount = messagesCount
messagesCount = res.length