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.