Code review refactor
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Jorge Benedito Llopis 2020-12-15 09:59:53 +01:00
parent 927f92dfea
commit 8e11cef8eb
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ module.exports = Self => {
if (payMethod && payMethod.ibanRequired && !hasIban)
err();
done();
}