From 04c7bb0ba6d426dba7080bff4b5da85de879b393 Mon Sep 17 00:00:00 2001 From: "m.lettere" Date: Tue, 1 Mar 2022 16:40:48 +0100 Subject: [PATCH] handle gateway --- templates/group_created.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/group_created.json.j2 b/templates/group_created.json.j2 index d4da503..804cdf1 100644 --- a/templates/group_created.json.j2 +++ b/templates/group_created.json.j2 @@ -43,7 +43,7 @@ "inputParameters" :{ "group" : "${init.output.result.group}" }, - "caseExpression": "$.group.toLowerCase().endsWith(" gateway") || $.group.toLowerCase().endsWith("+gateway") ? 'gateway' : ''", + "caseExpression": "$.group.toLowerCase().endsWith('gateway') ? 'gateway' : ''", "decisionCases" : { "gateway" : [ {