From f3068f979767fed103c2493db91ce02b68b4176f Mon Sep 17 00:00:00 2001 From: adam-skowronek Date: Mon, 2 Jan 2023 23:17:37 +0100 Subject: [PATCH] Fix workload endpoint output --- backend/app/coordinator/schemas/examination_schedule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/coordinator/schemas/examination_schedule.py b/backend/app/coordinator/schemas/examination_schedule.py index 4c7ffe2..62fb2b4 100644 --- a/backend/app/coordinator/schemas/examination_schedule.py +++ b/backend/app/coordinator/schemas/examination_schedule.py @@ -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()