chore: lint

This commit is contained in:
karishmas6
2024-09-23 17:26:45 +05:30
parent 05f83d3926
commit cda7115e55

View File

@@ -338,7 +338,7 @@ export class WorkflowGenerator {
selector: this.generatedData.lastUsedSelector, selector: this.generatedData.lastUsedSelector,
action: this.generatedData.lastAction, action: this.generatedData.lastAction,
tagName: elementInfo.tagName, tagName: elementInfo.tagName,
innerText: elementInfo.innerText, innerText: elementInfo.innerText,
} }
}); });
} else { } else {