diff --git a/server/src/workflow-management/classes/Generator.ts b/server/src/workflow-management/classes/Generator.ts index 35e1cd26..d3f63127 100644 --- a/server/src/workflow-management/classes/Generator.ts +++ b/server/src/workflow-management/classes/Generator.ts @@ -77,7 +77,7 @@ export class WorkflowGenerator { * @param socket The socket used to communicate with the client. * @constructor */ - public constructor(socket: Socket) { + public constructor(socket: Socket, poolId: string) { this.socket = socket; this.poolId = poolId; this.registerEventHandlers(socket);