Skip to content

Commit

Permalink
bugfix #132
Browse files Browse the repository at this point in the history
  • Loading branch information
karldoenitz committed Oct 14, 2024
1 parent 6dcb8ee commit 9d14aff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions binding/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ func checkBasicField(field reflect.StructField, vField reflect.Value) error {
}
vField.SetFloat(value)
break
default:
logger.Error.Print("unhandled default case")
}
return nil
}
Expand Down

0 comments on commit 9d14aff

Please sign in to comment.