Merge pull request #186 from yiGmMk/main

fix bug,PostContent.Format
pull/187/head
ROC 2 years ago committed by GitHub
commit fc60c4a5bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -72,7 +72,7 @@ func (p *PostContent) Format() *PostContentFormated {
}
return &PostContentFormated{
ID: p.ID,
PostID: p.ID,
PostID: p.PostID,
Content: p.Content,
Type: p.Type,
Sort: p.Sort,

Loading…
Cancel
Save