Fix workload endpoint output

This commit is contained in:
adam-skowronek 2023-01-02 23:17:37 +01:00
parent 1b4318cece
commit f3068f9797

View File

@ -34,7 +34,7 @@ class ExaminationSchedulesQuerySchema(Schema):
class ProjectSupervisorStatisticsSchema(Schema):
fullname = fields.Str()
full_name = fields.Str()
assigned_to_committee = fields.Integer()
groups_assigned_to_his_committee = fields.Integer()