Syntax error fixed
This commit is contained in:
parent
6affbf19be
commit
8d3c116a0b
|
@ -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ı
|
||||||
|
|
Loading…
Reference in New Issue