WIP: Fix assignment tests

This commit is contained in:
Christian Cueni 2024-04-17 08:59:29 +02:00
parent 54b59ef932
commit b99e86c556
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ class DashboardQuery(graphene.ObjectType):
course_session_ids.update( course_session_ids.update(
group.course_session.all().values_list("id", flat=True) group.course_session.all().values_list("id", flat=True)
) )
course_session_ids = set()
# let's assume that users are not supervisors in one region/group and trainer in another # let's assume that users are not supervisors in one region/group and trainer in another
if not course_session_ids: if not course_session_ids: