fix method

This commit is contained in:
srgooglo 2022-01-05 21:49:40 +01:00
parent 2a08b6b50e
commit a5a49c1ca2

View File

@ -20,7 +20,7 @@ class Controller {
}
for await (let server of this.pool) {
await server.connect(server)
await this.connect(server)
}
}