1
0
Fork 0
mirror of synced 2024-07-05 22:40:39 +12:00

missed type

This commit is contained in:
Peter Clement 2024-01-15 14:51:07 +00:00
parent 44a9c3fe86
commit 99ffe7db6b

View file

@ -63,7 +63,7 @@ export enum AutomationActionStepId {
LOOP = "LOOP",
COLLECT = "COLLECT",
OPENAI = "OPENAI",
TRIGGER = "TRIGGER",
TRIGGER_AUTOMATION_RUN = "TRIGGER_AUTOMATION_RUN",
// these used to be lowercase step IDs, maintain for backwards compat
discord = "discord",
slack = "slack",