Uat_Study
hang 2022-08-04 17:58:26 +08:00
parent f67e3cd49e
commit 84d01ff4bd
1 changed files with 1 additions and 4 deletions

View File

@ -354,9 +354,6 @@ namespace IRaCIS.Core.API.Controllers
_logger.LogError(e.Message + e.StackTrace); _logger.LogError(e.Message + e.StackTrace);
return ResponseOutput.NotOk(e.Message, ApiResponseCodeEnum.ProgramException);
} }
finally finally
{ {