From 149a2f99c8df365eae5a2a0e9f62bda5085a484c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Oliveira?= Date: Mon, 28 Jun 2021 09:26:29 +0100 Subject: [PATCH] fix: replace sms requirement with sanctions --- lib/new-config-manager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/new-config-manager.js b/lib/new-config-manager.js index e060cc1c..1c7fe5be 100644 --- a/lib/new-config-manager.js +++ b/lib/new-config-manager.js @@ -108,7 +108,7 @@ const getTriggers = _.get('triggers') const getTriggersAutomation = config => { const defaultAutomation = _.get('triggersConfig_automation')(config) const requirements = { - sms: defaultAutomation, + sanctions: defaultAutomation, idCardPhoto: defaultAutomation, idCardData: defaultAutomation, facephoto: defaultAutomation,