Skip to content

Commit

Permalink
Removed ServerError abort
Browse files Browse the repository at this point in the history
  • Loading branch information
andresharpe committed Aug 6, 2024
1 parent fb04c94 commit 87e9c69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ private async Task<BulkActionResponse> SendBulkChangePublishRequest(BulkAction b

using var bulkResponse = await _httpClient.SendAsync(bulkRequest);

bulkResponse.EnsureSuccessStatusCode();
// bulkResponse.EnsureSuccessStatusCode();

var responseText = await bulkResponse.Content.ReadAsStringAsync();

Expand Down

0 comments on commit 87e9c69

Please sign in to comment.