feat: default switch case

This commit is contained in:
karishmas6
2024-06-07 23:50:26 +05:30
parent 971b8c0abc
commit 65d63c3888

View File

@@ -107,7 +107,7 @@ export class WorkflowGenerator {
case 'customAction':
pair.where.selectors = [this.generatedData.lastUsedSelector];
break;
default: break;
}
}