iban_violates_country_rule? fix

This commit is contained in:
Danil Negrienko 2024-05-14 23:55:32 -04:00
parent e7e6bbda29
commit ce90960649
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ defmodule IbanEx.Validator do
rule <- country_module.rule() do
!Regex.match?(rule, bban)
else
{:error, _error} -> true
_ -> true
end
end