fix: pass poolId to constructor args
This commit is contained in:
@@ -77,7 +77,7 @@ export class WorkflowGenerator {
|
|||||||
* @param socket The socket used to communicate with the client.
|
* @param socket The socket used to communicate with the client.
|
||||||
* @constructor
|
* @constructor
|
||||||
*/
|
*/
|
||||||
public constructor(socket: Socket) {
|
public constructor(socket: Socket, poolId: string) {
|
||||||
this.socket = socket;
|
this.socket = socket;
|
||||||
this.poolId = poolId;
|
this.poolId = poolId;
|
||||||
this.registerEventHandlers(socket);
|
this.registerEventHandlers(socket);
|
||||||
|
|||||||
Reference in New Issue
Block a user