Skip to content

Commit

Permalink
puhs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiet1618 committed Nov 22, 2023
1 parent 64423a1 commit e1d921e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/social.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export class SocialController {
header: post.header,
description: post.description,
bookmark: post.bookmark,
listLike: post.likes,
likes: post.likes,
listComment: listOwnerComment,
timestamp: post.timestamp,
tags: post.tags,
Expand Down

0 comments on commit e1d921e

Please sign in to comment.