Skip to content

Commit 46c3539

Browse files
committed
Will work on retry later.
1 parent c8c7dda commit 46c3539

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/NoFrixion.MoneyMoov/RestClient/RestApiClient.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,6 @@ private async Task<RestApiResponse<T>> ToApiResponse<T>(HttpResponseMessage resp
235235
{
236236
return contentStr.FromJson<T>();
237237
}
238-
catch (System.Text.Json.JsonException)
239-
{
240-
return default;
241-
}
242238
catch (Newtonsoft.Json.JsonException)
243239
{
244240
return default;

0 commit comments

Comments
 (0)