Skip to content

Commit

Permalink
fix: debug (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybeeelsdon authored Jul 25, 2024
1 parent c7e69c6 commit 260185e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DARE-API/Services/KeycloakMinioUserService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public async Task<string> GetUserIDAsync(string accessToken, string userName)
var jsonString = await response.Content.ReadAsStringAsync();
try
{

Log.Information("{Function} JSONString {JSONString}","GetUserIDAsync", jsonString);
var jsonObject = JsonConvert.DeserializeObject<List<MinioStuff>>(jsonString);
foreach (var item in jsonObject)
{
Expand Down

0 comments on commit 260185e

Please sign in to comment.