diff --git a/share-now/api/utils/common.ts b/share-now/api/utils/common.ts index 4c326173..301e6f75 100644 --- a/share-now/api/utils/common.ts +++ b/share-now/api/utils/common.ts @@ -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