Syntax error fixed

This commit is contained in:
Abdussamed 2024-04-05 10:28:07 +03:00
parent 6affbf19be
commit 8d3c116a0b
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ Client.prototype.getSucureClients = function()
for (const [id, client] of this.pairs) for (const [id, client] of this.pairs)
{ {
map.set(id, client) pairs.set(id, client)
} }
// Aynı odada bulunan kullanıcı // Aynı odada bulunan kullanıcı