Merge pull request 'fix' (#59) from feature/get-detail-social-post into feature/campaign

Reviewed-on: #59
This commit is contained in:
Minh Nguyen 2022-11-16 10:34:53 +00:00
commit cf9f8f2c63
1 changed files with 3 additions and 3 deletions

View File

@ -48,9 +48,9 @@ type SocialPostSellerInfo struct {
IsMine bool `json:"isMine"`
}
// ResponseDetailSocialPostAdminInfo ...
type ResponseDetailSocialPostAdminInfo struct {
SocialPosts SocialPostAdminInfo `json:"socialPosts"`
// ResponseListSocialPostAdminInfo ...
type ResponseListSocialPostAdminInfo struct {
SocialPosts []SocialPostAdminInfo `json:"socialPosts"`
}
type SocialPostAdminInfo struct {