Skip to content

Commit

Permalink
🔊 (#8821)
Browse files Browse the repository at this point in the history
  • Loading branch information
aubin-tchoi authored Nov 21, 2024
1 parent 11ca2b3 commit cf927aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectors/src/connectors/zendesk/lib/zendesk_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ async function fetchFromZendeskWithRetries({
response = await rawResponse.json();
} catch (e) {
logger.error(
{ rawResponse },
{ rawResponse, status: rawResponse.status, text: rawResponse.text },
"[Zendesk] Error parsing Zendesk API response"
);
throw new Error("Error parsing Zendesk API response");
Expand Down

0 comments on commit cf927aa

Please sign in to comment.