From a29d9881cacddcd02f834b5e1c29d382555c702c Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Tue, 3 Sep 2024 09:45:09 +0530 Subject: [PATCH] chore: lint --- server/src/workflow-management/selector.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/server/src/workflow-management/selector.ts b/server/src/workflow-management/selector.ts index 16a227a9..475e3cef 100644 --- a/server/src/workflow-management/selector.ts +++ b/server/src/workflow-management/selector.ts @@ -840,9 +840,6 @@ export const getChildSelectors = async (page: Page, parentSelector: string): Pro } }; - - - /** * Returns the first pair from the given workflow that contains the given selector * inside the where condition, and it is the only selector there.