Skip to content

Commit

Permalink
Update validators.go
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Xiao <vincentx72@gmail.com>
  • Loading branch information
eweise and vxio committed Jul 20, 2021
1 parent acdfe2b commit e43fd92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion validators.go
Expand Up @@ -509,7 +509,6 @@ func (v *validator) validateSettlementDate(s string) string {
}

day, err := strconv.Atoi(s)

if err != nil {
return emptyField
}
Expand Down

0 comments on commit e43fd92

Please sign in to comment.