1
0
Fork 0
mirror of synced 2024-07-30 02:26:11 +12:00

rename instance of trigger step to triggerAutomationRun

This commit is contained in:
Peter Clement 2024-01-15 10:00:37 +00:00
parent 72c2f6577c
commit 601ec35549
3 changed files with 0 additions and 2 deletions

View file

@ -4,7 +4,6 @@ import {
AutomationStepInput, AutomationStepInput,
AutomationStepType, AutomationStepType,
AutomationIOType, AutomationIOType,
AutomationFeature,
AutomationResults, AutomationResults,
Automation, Automation,
AutomationCustomIOType, AutomationCustomIOType,

View file

@ -23,7 +23,6 @@ import {
TableSourceType, TableSourceType,
AutomationIOType, AutomationIOType,
} from "@budibase/types" } from "@budibase/types"
import { bool } from "joi"
const { BUILTIN_ROLE_IDS } = roles const { BUILTIN_ROLE_IDS } = roles