From 916cf2c8b19928de28ff9b26433c6351ccb733c7 Mon Sep 17 00:00:00 2001 From: Rene Pot Date: Wed, 23 Feb 2022 16:56:51 +0100 Subject: [PATCH] linting --- packages/server/src/automations/steps/filter.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/server/src/automations/steps/filter.js b/packages/server/src/automations/steps/filter.js index 405cdbfa3e..7dbe0bc649 100644 --- a/packages/server/src/automations/steps/filter.js +++ b/packages/server/src/automations/steps/filter.js @@ -19,7 +19,8 @@ exports.definition = { name: "Condition", tagline: "{{inputs.field}} {{inputs.condition}} {{inputs.value}}", icon: "Branch2", - description: "Conditionally halt automations which do not meet certain conditions", + description: + "Conditionally halt automations which do not meet certain conditions", type: "LOGIC", internal: true, stepId: "FILTER",