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

(node-fetch)-fixing #79

Closed
wants to merge 1 commit into from
Closed

(node-fetch)-fixing #79

wants to merge 1 commit into from

Conversation

VishalMyla
Copy link

  • The outcome of running fetchFunc with the url and options arguments using the apply method should be returned by the wrappedFetch function.
  • The apply method sends the url and options parameters as an array and sets the this keyword within the fetchFunc function to the value of this inside the wrappedFetch function. This guarantees that fetchFunc is called correctly and with the appropriate parameters, returning the serve answer.

@re-Tick
Copy link
Contributor

re-Tick commented Mar 26, 2023

LGTM. Please follow the commit convention to pass the ci action. Please add this PR link in GSOC task list.

@VishalMyla
Copy link
Author

i think i got wrong at the commit part

This commit fixes a bug that caused an empty response when making an HTTP call using the node-fetch library. The issue was caused by a failure to handle empty responses properly, which resulted in errors being thrown and incomplete data being returned.

Signed-off-by: Vishal Myla <vishalmyla@gmail.com>
@VishalMyla
Copy link
Author

@re-Tick Please approve , I followed the commit convention to pass the ci action.

@re-Tick
Copy link
Contributor

re-Tick commented Mar 28, 2023

LGTM. Please add the PR link in the GSOC/2023. The commit messages still have error.

@VishalMyla
Copy link
Author

@re-Tick
Screenshot 2023-03-28 at 12 50 05 PM

This is my commit message can you tell me where the error is occured ,
And where and how i can add this pr to the task list .

@re-Tick
Copy link
Contributor

re-Tick commented Mar 28, 2023

I think you should rebase your previous commit messages. And if you did that then, you have to push them to github again.

@VishalMyla
Copy link
Author

I have cleared all the commit errors now .

@re-Tick
Copy link
Contributor

re-Tick commented Apr 4, 2023

Are you using commitzen for conventional commits. Build is still failing due to commits.

Can you close this PR and make PR from another git branch using commitzen for commits.

@VishalMyla VishalMyla closed this Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants