Merge remote-tracking branch 'origin/feature/VBV-496-dash-regionalleiter' into feature/VBV-496-dash-regionalleiter

This commit is contained in:
Reto Aebersold 2023-10-30 12:18:10 +01:00
commit a01e8bd9f0
1 changed files with 1 additions and 1 deletions

View File

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