Skip to content

Commit

Permalink
Remove invalid disclaimer (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikkerens authored Jun 13, 2024
1 parent 1257aaf commit 31bbd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/serializers/ikea/ikea.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type IkeA struct {
Phone string
Siblings int32
Spouse bool
Money uint64 // NOTE: Ike does not support float64 - it needs to be converted to an int type.
Money uint64
}

type IkeaSerializer struct {
Expand Down

0 comments on commit 31bbd85

Please sign in to comment.