Merge pull request 'fix' (#79) from feature/social-post into master
Reviewed-on: #79
This commit is contained in:
		
						commit
						45dc489c4c
					
				| 
						 | 
				
			
			@ -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"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue