Skip to content

Commit 9f9fe82

Browse files
authored
Merge pull request #130 from Solux-WebBeing/fix/getActivities
fix: #126 μ‘μ›ν•œ ν™œλ™ 개수 λ‹€μ‹œ μΆ”κ°€
2 parents ba512d3 + bb75877 commit 9f9fe82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

β€Žbackend/src/controllers/user.controller.jsβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -903,6 +903,7 @@ exports.getIndividualActivities = async (req, res) => {
903903

904904
return success(res, 'ν™œλ™ 쑰회 성곡', {
905905
written_posts: posts,
906+
cheer_count: cheers[0].count,
906907
total_count: total_count,
907908
total_pages: Math.ceil(total_count / limit),
908909
current_page: page

0 commit comments

Comments
Β (0)