minor fixes

This commit is contained in:
Aleksandr Trushkin
2024-02-06 17:19:36 +03:00
parent 096c7e8157
commit 5c8f52724a

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()