From 18f4444156d1358181b6748c7118800b1396ad59 Mon Sep 17 00:00:00 2001 From: Nguyen Minh Date: Mon, 14 Nov 2022 15:11:04 +0700 Subject: [PATCH] fix --- client/social_post.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/social_post.go b/client/social_post.go index f8bcc3b..bae985d 100644 --- a/client/social_post.go +++ b/client/social_post.go @@ -17,7 +17,7 @@ func GetSocialPost() SocialPost { } // GetListSocialPostAppInfoByIDs ... -func (s Seller) GetListSocialPostAppInfoByIDs(p model.GetListSocialPostAppByIDsRequest) (*model.ResponseListSocialPostAppInfo, error) { +func (s SocialPost) GetListSocialPostAppInfoByIDs(p model.GetListSocialPostAppByIDsRequest) (*model.ResponseListSocialPostAppInfo, error) { msg, err := natsio.GetServer().Request(subject.SocialPost.GetListSocialPostAppInfoByIDs, toBytes(p)) if err != nil {