From 485d88b2fa986f10cc55578ee01135fc5b220594 Mon Sep 17 00:00:00 2001 From: Nayeon Keum Date: Mon, 18 Sep 2023 22:45:18 +0900 Subject: [PATCH] [main] Hotfix: dto due to BE changes --- resources/images/control-ubuntu/server/res/Dto.py | 2 +- resources/images/professor-ubuntu/server/res/Dto.py | 2 +- resources/images/student-ubuntu/server/res/Dto.py | 2 +- resources/res/Dto.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/images/control-ubuntu/server/res/Dto.py b/resources/images/control-ubuntu/server/res/Dto.py index c2515fa..fa3c92f 100644 --- a/resources/images/control-ubuntu/server/res/Dto.py +++ b/resources/images/control-ubuntu/server/res/Dto.py @@ -35,7 +35,7 @@ class AssignmentModel(BaseModel): start_date: List[int] due_date: List[int] description: Optional[str] - answer: str + answer: List[str] runtime: float diff --git a/resources/images/professor-ubuntu/server/res/Dto.py b/resources/images/professor-ubuntu/server/res/Dto.py index c2515fa..fa3c92f 100644 --- a/resources/images/professor-ubuntu/server/res/Dto.py +++ b/resources/images/professor-ubuntu/server/res/Dto.py @@ -35,7 +35,7 @@ class AssignmentModel(BaseModel): start_date: List[int] due_date: List[int] description: Optional[str] - answer: str + answer: List[str] runtime: float diff --git a/resources/images/student-ubuntu/server/res/Dto.py b/resources/images/student-ubuntu/server/res/Dto.py index c2515fa..fa3c92f 100644 --- a/resources/images/student-ubuntu/server/res/Dto.py +++ b/resources/images/student-ubuntu/server/res/Dto.py @@ -35,7 +35,7 @@ class AssignmentModel(BaseModel): start_date: List[int] due_date: List[int] description: Optional[str] - answer: str + answer: List[str] runtime: float diff --git a/resources/res/Dto.py b/resources/res/Dto.py index c2515fa..fa3c92f 100644 --- a/resources/res/Dto.py +++ b/resources/res/Dto.py @@ -35,7 +35,7 @@ class AssignmentModel(BaseModel): start_date: List[int] due_date: List[int] description: Optional[str] - answer: str + answer: List[str] runtime: float