Merge branch 'feature/campaign' into develop

This commit is contained in:
Nguyen Minh 2022-11-14 15:11:18 +07:00
commit 44e7cca0d7
1 changed files with 1 additions and 1 deletions

View File

@ -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 {