From 3dd4cdcf7896cb873efcb8e43781dfce631efe4c Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 2 Sep 2024 22:40:31 +0530 Subject: [PATCH] chore: lint --- server/src/workflow-management/selector.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/server/src/workflow-management/selector.ts b/server/src/workflow-management/selector.ts index ac65aa50..8de62203 100644 --- a/server/src/workflow-management/selector.ts +++ b/server/src/workflow-management/selector.ts @@ -781,7 +781,7 @@ export const getNonUniqueSelectors = async (page: Page, coordinates: Coordinates }; }, coordinates); - return selectors || {generalSelector: ''}; + return selectors || { generalSelector: '' }; } catch (error) { console.error('Error in getNonUniqueSelectors:', error); return { generalSelector: '' }; @@ -818,8 +818,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.