Comment out profile retrieval in LeaveRequestController to prevent unnecessary calls #2250
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m29s
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m29s
This commit is contained in:
parent
e8ffb82ead
commit
cbc2a1a88d
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