Some checks failed
farmcontrol/farmcontrol-server/pipeline/head There was a failure building this commit
6 lines
101 B
JavaScript
6 lines
101 B
JavaScript
export class HostManager {
|
|
constructor(socketClient) {
|
|
this.socketClient = socketClient;
|
|
}
|
|
}
|