From 26f8b64258d5e30d1a55aa448b072b4ff0e3ec63 Mon Sep 17 00:00:00 2001 From: tuannt20 <105765641+tuannt20@users.noreply.github.com> Date: Wed, 16 Nov 2022 17:33:29 +0700 Subject: [PATCH] fix --- model/social_post_response.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/model/social_post_response.go b/model/social_post_response.go index 94371f5..811d791 100644 --- a/model/social_post_response.go +++ b/model/social_post_response.go @@ -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 {