Dun.Jason 1 rok temu
rodzic
commit
b5901637ae
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/Hotline.Ai.Jths/AiVisitService.cs

+ 0 - 1
src/Hotline.Ai.Jths/AiVisitService.cs

@@ -141,7 +141,6 @@ namespace Hotline.Ai.Jths
             try
             {
                 var response = await _client.ExecuteAsync<TResponse>(req, cancellationToken);
-                var t = JsonConvert.DeserializeObject<TResponse>(response.Content);
                 return response.Data;
             }
             catch (Exception e)