UpdateAnswer Bug fix

This commit is contained in:
preetparida1 2025-10-30 02:47:38 +05:30
parent 1924ba562a
commit 731f612dd2
1 changed files with 1 additions and 0 deletions

View File

@ -748,6 +748,7 @@ namespace OnlineAssessment.V1.Controllers
if(time is DurationView) if(time is DurationView)
{ {
returnResponse = Ok(ReturnResponse.GetSuccessStatus(time)); returnResponse = Ok(ReturnResponse.GetSuccessStatus(time));
return returnResponse;
} }
if (time is int && time == (int)Message.NotAllowedToResource) if (time is int && time == (int)Message.NotAllowedToResource)
{ {