Skip to content

Commit 2c13b2e

Browse files
author
Aqsa Aqeel
committed
fix: comment not showing on Featured Projects
1 parent baf7051 commit 2c13b2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

zubhub_backend/zubhub/projects/serializers.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ class Meta:
129129
"comments",
130130
"created_on",
131131
"publish",
132-
"activity"
132+
"activity",
133+
"comments_count"
133134
]
134135

135136
read_only_fields = ["created_on", "views_count"]

0 commit comments

Comments
 (0)