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) {