feat: validate if pair w same where conditions is already present in workflow
This commit is contained in:
@@ -126,4 +126,14 @@ export class WorkflowGenerator {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
private addPairToWorkflowAndNotifyClient = async(pair: WhereWhatPair, page: Page) => {
|
||||||
|
let matched = false;
|
||||||
|
// validate if a pair with the same where conditions is already present in the workflow
|
||||||
|
if (pair.where.selectors && pair.where.selectors[0]) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user