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 missing JsonProperty annotation in guild event create request #143

Merged
merged 1 commit into from
Apr 16, 2023

Conversation

Gregory-Widmer
Copy link
Contributor

Description: This PR fixes a JSON serialization issue where entity_type was serialized in camel case instead of snake case.

This PR fixes the issue by adding the correct @JsonProperty annotation.

Justification: Required for Discord4J/Discord4J#1134

@quanticc quanticc added the bug Something isn't working label Apr 16, 2023
@quanticc quanticc added this to the 1.6.15 milestone Apr 16, 2023
@quanticc quanticc merged commit 7597782 into Discord4J:1.6.x Apr 16, 2023
3 checks passed
quanticc added a commit that referenced this pull request Apr 17, 2023
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.

None yet

2 participants