minor fixes

This commit is contained in:
Aleksandr Trushkin
2024-02-06 17:19:36 +03:00
parent 58ee1821f6
commit 60e9de0275

View File

@ -124,8 +124,6 @@ type getGoodsNewResponse struct {
Replacement bool `json:"replacement"`
}
type goodRemnant [4]int
func parseGoodItem(items []any) (out entity.GoodsItemRaw) {
valueOf := reflect.ValueOf(&out).Elem()
typeOf := valueOf.Type()