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: Double value for a flag converted to integer #442

Merged
merged 2 commits into from
Sep 21, 2023
Merged

Conversation

thomaspoignant
Copy link
Member

This PR

GO Feature Flag marshal double as int in the JSON response (because this is how GO is doing it).
This PR ensures that if we are expecting a double, the value is converted to Double and is not raising a type mismatch error.

Related Issues

Fixes thomaspoignant/go-feature-flag#1092

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.

Double value for a flag converted to integer
2 participants