From 7de07b9ef09f96e1a046aaefdc2a9dd4a81d84a2 Mon Sep 17 00:00:00 2001 From: Piotr Biernat Date: Fri, 23 Dec 2022 09:36:40 +0100 Subject: [PATCH] catalog update --- http/catalog.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/catalog.go b/http/catalog.go index 82acc6a..31d62f6 100644 --- a/http/catalog.go +++ b/http/catalog.go @@ -22,7 +22,7 @@ type GetProductListRequest struct { } type GetProductListResponse struct { - Products []GetProductResponse + Products []GetProductResponse `json:"-"` } type AddProductToBasketRequest struct {