This commit is contained in:
Nguyen Minh 2022-11-23 16:54:31 +07:00
parent c704f10cda
commit dbf8ad502f
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ type SocialPostSellerInfo struct {
ID primitive.ObjectID `json:"_id"`
Name string `json:"name"`
Membership SellerMembershipInfo `json:"membership"`
Logo *FilePhoto `json:"logo"`
Logo *FilePhoto `json:"avatar"`
IsMine bool `json:"isMine"`
}