Skip to content

Commit

Permalink
fix tags bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xzf0587 committed May 12, 2021
1 parent 567a54b commit 450f945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share-now/api/utils/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class ResponsePost {
this.title = post.Title;
this.description = post.Description
this.contentUrl = post.ContentUrl
this.tags = post.tags
this.tags = post.Tags
this.createdDate = post.CreatedDate
this.createdByName = post.CreatedByName
this.userId = post.UserID
Expand Down

0 comments on commit 450f945

Please sign in to comment.