Bug validateDni

This commit is contained in:
Juan 2018-02-27 12:00:39 +01:00
parent 4bfdf2a90f
commit 3c1467ec97
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
module.exports = fi => {
module.exports = fiWithCountry => {
if (fiWithCountry == null)
return true;