Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiet1618 committed Nov 21, 2023
1 parent 3f2d142 commit da452a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/controllers/social.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ export class SocialController {
return {
postId: post.id,
text: post.text,
header: post.header,
description: post.description,
bookmark: post.bookmark,
listLike: post.likes,
listComment: listOwnerComment,
nft: nft,
Expand Down

0 comments on commit da452a8

Please sign in to comment.