Bug validateDni
This commit is contained in:
parent
4bfdf2a90f
commit
3c1467ec97
|
@ -1,4 +1,4 @@
|
||||||
module.exports = fi => {
|
module.exports = fiWithCountry => {
|
||||||
if (fiWithCountry == null)
|
if (fiWithCountry == null)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue