docss: genertaor socket listeners

This commit is contained in:
karishmas6
2024-08-08 06:27:02 +05:30
parent 68ed6087ed
commit d2b4f55004

View File

@@ -96,6 +96,9 @@ export class WorkflowGenerator {
lastAction: '',
}
/**
* Initializes the socket listeners for the generator.
*/
private initializeSocketListeners() {
this.socket.on('setGetList', (data: { getList: boolean }) => {
this.getList = data.getList;