fix: circle feedback count

This commit is contained in:
Livio Bieri 2023-10-30 11:59:14 +01:00
parent 37b2042e7f
commit 8f3d2d316d
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ def feedback_responses(
_id=course_id, # noqa _id=course_id, # noqa
satisfaction_average=avg, # noqa satisfaction_average=avg, # noqa
satisfaction_max=4, # noqa satisfaction_max=4, # noqa
total_responses=len(fbs), # noqa total_responses=len(circle_feedbacks), # noqa
), ),
) )