diff --git a/packages/server/src/automations/steps/trigger.ts b/packages/server/src/automations/steps/triggerAutomationRun.ts similarity index 99% rename from packages/server/src/automations/steps/trigger.ts rename to packages/server/src/automations/steps/triggerAutomationRun.ts index 9727a32821..faee0687df 100644 --- a/packages/server/src/automations/steps/trigger.ts +++ b/packages/server/src/automations/steps/triggerAutomationRun.ts @@ -4,7 +4,6 @@ import { AutomationStepInput, AutomationStepType, AutomationIOType, - AutomationFeature, AutomationResults, Automation, AutomationCustomIOType, diff --git a/packages/server/src/automations/tests/trigger.spec.ts b/packages/server/src/automations/tests/triggerAutomationRun.spec.ts similarity index 100% rename from packages/server/src/automations/tests/trigger.spec.ts rename to packages/server/src/automations/tests/triggerAutomationRun.spec.ts diff --git a/packages/server/src/tests/utilities/structures.ts b/packages/server/src/tests/utilities/structures.ts index 5fc1d8b37a..80aad3c1e2 100644 --- a/packages/server/src/tests/utilities/structures.ts +++ b/packages/server/src/tests/utilities/structures.ts @@ -23,7 +23,6 @@ import { TableSourceType, AutomationIOType, } from "@budibase/types" -import { bool } from "joi" const { BUILTIN_ROLE_IDS } = roles