diff --git a/server/src/workflow-management/utils.ts b/server/src/workflow-management/utils.ts index 775a0b55..c10d2c13 100644 --- a/server/src/workflow-management/utils.ts +++ b/server/src/workflow-management/utils.ts @@ -89,4 +89,4 @@ export const getBestSelectorForAction = (action: Action) => { break; } return null; -} +} \ No newline at end of file