merge main > uat #2

Merged
kctripathy merged 11 commits from main into uat 2025-10-31 03:30:02 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 731f612dd2 - Show all commits

View File

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