fix undefined crypto scope

This commit is contained in:
Josh Harvey 2018-03-11 14:08:15 +00:00
parent c2af183911
commit 3b35743bb5
2 changed files with 10 additions and 7 deletions

View file

@ -55,10 +55,6 @@ function satisfiesRequire (config, cryptos, machineList, field, anyFields, allFi
const isValid = isRequired ? !isBlank : true
if (!isValid) {
pp('DEBUG103')({fieldCode, isBlank, isRequired})
}
return isValid
})
}