From 2b40ca3437c533b2439a41e0e9c4faf42adbed61 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 18 Jul 2024 23:26:55 +0530 Subject: [PATCH] chore: lint --- server/src/workflow-management/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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