chore: lint

This commit is contained in:
karishmas6
2024-09-03 10:08:42 +05:30
parent 8ee5d62157
commit 46f1947bcf

View File

@@ -108,7 +108,7 @@ export class WorkflowGenerator {
});
this.socket.on('listSelector', (data: { selector: string }) => {
this.listSelector = data.selector;
})
})
}
/**