This commit is contained in:
Ryan Cavicchioni 2021-07-26 20:39:39 -05:00
parent 3ad49a082c
commit df49dcb9ea
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -21,7 +21,7 @@ type Server struct {
}
type Hat struct {
Inches int32 `json:"inchues"`
Inches int32 `json:"inches"`
Color string `json:"color"`
Name string `json:"name"`
}