Skip to content

Commit

Permalink
fix: bump update (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybeeelsdon authored Dec 12, 2024
1 parent 03f91d3 commit 2863245
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DARE-API/Services/KeycloakMinioUserService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ public async Task<string> GetUserIDAsync(string accessToken, string userName)
Log.Information("{Function} BaseUrl {BaseUrl} and API Url {ApiUrl}", "GetUserIDAsync", baseUrl, apiUrl);
var response = await httpClient.GetAsync(apiUrl);


var jsonString = await response.Content.ReadAsStringAsync();
try
{
Expand Down

0 comments on commit 2863245

Please sign in to comment.