Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix zendesk makeRequest on catch #60

Merged
merged 2 commits into from
Nov 16, 2023

Conversation

JoaoMacedo03
Copy link
Contributor

Description:
In the catch block of Zendesk's makeRequest, the new request was not being returned.

Type of change:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Why is this change required?:
This allows the method that calls the API to await the new request in the retry condition.


Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Zendesk makeRequest on the catch area, wasn't returning the new request.
This workflow didn't worked as expected by our team. So I'm removing it from the lib, for now.
@JoaoMacedo03 JoaoMacedo03 merged commit a7f9fa4 into main Nov 16, 2023
3 checks passed
@JoaoMacedo03 JoaoMacedo03 deleted the fix/handle-request-error-zendesk branch November 16, 2023 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants