fix: replace sms requirement with sanctions
This commit is contained in:
parent
2822acbda0
commit
149a2f99c8
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ const getTriggers = _.get('triggers')
|
||||||
const getTriggersAutomation = config => {
|
const getTriggersAutomation = config => {
|
||||||
const defaultAutomation = _.get('triggersConfig_automation')(config)
|
const defaultAutomation = _.get('triggersConfig_automation')(config)
|
||||||
const requirements = {
|
const requirements = {
|
||||||
sms: defaultAutomation,
|
sanctions: defaultAutomation,
|
||||||
idCardPhoto: defaultAutomation,
|
idCardPhoto: defaultAutomation,
|
||||||
idCardData: defaultAutomation,
|
idCardData: defaultAutomation,
|
||||||
facephoto: defaultAutomation,
|
facephoto: defaultAutomation,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue