Comment out profile retrieval in LeaveRequestController to prevent unnecessary calls #2250
This commit is contained in:
parent
e8ffb82ead
commit
9e63e2da9b
1 changed files with 1 additions and 1 deletions
|
|
@ -1919,7 +1919,7 @@ namespace BMA.EHR.Leave.Service.Controllers
|
|||
|
||||
foreach (var item in rawData)
|
||||
{
|
||||
var profile = await _userProfileRepository.GetProfileByKeycloakIdNewAsync(item.KeycloakUserId, AccessToken);
|
||||
//var profile = await _userProfileRepository.GetProfileByKeycloakIdNewAsync(item.KeycloakUserId, AccessToken);
|
||||
var res = new GetLeaveCancelRequestResultDto
|
||||
{
|
||||
Id = item.Id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue