From 4231dafc94b01782d2056166460339537dec777f Mon Sep 17 00:00:00 2001 From: Peter Clement Date: Mon, 9 Sep 2024 14:26:37 +0100 Subject: [PATCH] remove uneeded import --- packages/server/src/automations/actions.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/server/src/automations/actions.ts b/packages/server/src/automations/actions.ts index a9b839fedd..f78174aa7a 100644 --- a/packages/server/src/automations/actions.ts +++ b/packages/server/src/automations/actions.ts @@ -26,7 +26,6 @@ import { Hosting, ActionImplementation, AutomationStepDefinition, - FeatureFlag, } from "@budibase/types" import sdk from "../sdk" import { getAutomationPlugin } from "../utilities/fileSystem"