From b35a018d0aad602fb574cea11cf65ab06726debd Mon Sep 17 00:00:00 2001 From: Nguyen Minh Date: Mon, 24 Oct 2022 10:07:14 +0700 Subject: [PATCH] rerun --- client/seller.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client/seller.go b/client/seller.go index 1d06208..8a45867 100644 --- a/client/seller.go +++ b/client/seller.go @@ -79,7 +79,6 @@ func (s Seller) GetListSellerInfoSupportChatByIDs(p model.GetListSellerSupportCh if err := json.Unmarshal(msg.Data, &r); err != nil { return nil, err } - if r.Error != "" { return nil, errors.New(r.Error)