feat: private poolid

This commit is contained in:
amhsirak
2025-04-12 19:22:28 +05:30
parent a372051cd7
commit b14216a28f

View File

@@ -69,6 +69,8 @@ export class WorkflowGenerator {
private paginationMode: boolean = false;
private poolId: string | null = null;
/**
* The public constructor of the WorkflowGenerator.
* Takes socket for communication as a parameter and registers some important events on it.