From 731f612dd2fbb4ecb7c378bbf2f08b1cd14e0087 Mon Sep 17 00:00:00 2001 From: preetparida1 Date: Thu, 30 Oct 2025 02:47:38 +0530 Subject: [PATCH] UpdateAnswer Bug fix --- microservices/student/V1/Controllers/ExamAttemptsController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/microservices/student/V1/Controllers/ExamAttemptsController.cs b/microservices/student/V1/Controllers/ExamAttemptsController.cs index e203d8d..f8f5d2a 100644 --- a/microservices/student/V1/Controllers/ExamAttemptsController.cs +++ b/microservices/student/V1/Controllers/ExamAttemptsController.cs @@ -748,6 +748,7 @@ namespace OnlineAssessment.V1.Controllers if(time is DurationView) { returnResponse = Ok(ReturnResponse.GetSuccessStatus(time)); + return returnResponse; } if (time is int && time == (int)Message.NotAllowedToResource) {