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

GetSynonymsSetResponse.synonymsSet is null #3096

Closed
ivanov-ia opened this issue Jun 26, 2024 · 1 comment · Fixed by #3097
Closed

GetSynonymsSetResponse.synonymsSet is null #3096

ivanov-ia opened this issue Jun 26, 2024 · 1 comment · Fixed by #3097

Comments

@ivanov-ia
Copy link

While requesting synonyms from synonym set, field synonymsSet in class GetSynonymsSetResponse is null, despite request being successful. Creating custom class with field name changed to synonyms_set fixes the problem.

@Philippus
Copy link
Owner

Indeed, the case class was missing an annotation. I've created a fix.

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 a pull request may close this issue.

2 participants