Skip to content

Commit

Permalink
Merge pull request #1107 from mesg-foundation/fix/validation-err-retu…
Browse files Browse the repository at this point in the history
…rned

Fix error returned in service_validation
  • Loading branch information
krhubert authored Jun 25, 2019
2 parents 98906b1 + fd0a314 commit 979b4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/service_validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func ValidateService(service *Service) error {
}
}
}
return errs
return errs.ErrorOrNil()
}

func newValidator() (*validator.Validate, ut.Translator) {
Expand Down

0 comments on commit 979b4f5

Please sign in to comment.