Dun.Jason 1 năm trước cách đây
mục cha
commit
b5901637ae
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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)