From e4436002e820adb5ddc0a4210fc1aa36177fdb7a Mon Sep 17 00:00:00 2001 From: tuannt20 <105765641+tuannt20@users.noreply.github.com> Date: Tue, 3 Jan 2023 09:23:34 +0700 Subject: [PATCH] update --- model/supplier_response.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/supplier_response.go b/model/supplier_response.go index 9c47a05..36f9666 100644 --- a/model/supplier_response.go +++ b/model/supplier_response.go @@ -7,7 +7,7 @@ type ResponseSupplierInfo struct { BusinessType string `json:"businessType"` Statistic SupplierStatistic `json:"statistic"` Rating float64 `json:"rating"` - Inventories *[]SKUCommonInfo `json:"inventories"` + Inventories []*SKUCommonInfo `json:"inventories"` Active bool `json:"active"` }