Skip to content

Fix contentFormatter for FormData returning an empty FormData object #747

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

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

JorensM
Copy link
Contributor

@JorensM JorensM commented May 24, 2024

This PR fixes an issue where contentFormatter was returning an empty FormData object, effectively not allowing to submit any form data when the content type is set to 'formdata'

@smorimoto
Copy link
Collaborator

Could you rebase to latest main branch?

@JorensM
Copy link
Contributor Author

JorensM commented Jun 26, 2024

@smorimoto Rebased

@smorimoto smorimoto added the bug Something isn't working label Jun 27, 2024
@smorimoto smorimoto merged commit 076070e into acacode:main Jun 27, 2024
1 check passed
@smorimoto
Copy link
Collaborator

Thanks @JorensM

@JorensM
Copy link
Contributor Author

JorensM commented Jun 28, 2024

@smorimoto thank you for merging and thank you for maintaining this package 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FormData fromatter is not working correctly and returns an empty FormData object
2 participants