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

Fixed serialization/deserialization of keys with numbers in them #546

Conversation

mrashed-dev
Copy link
Contributor

@mrashed-dev mrashed-dev commented Mar 4, 2024

Description

We were not handling keys with digits in them well. Example; roundTo30Minutes was being converted to round_to30_minutes as opposed to round_to_30_minutes as expected.

License

I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.

@mrashed-dev mrashed-dev merged commit 004519a into main Mar 5, 2024
4 checks passed
@mrashed-dev mrashed-dev deleted the CUST-2354-node-sdk-rounds-to-nearest-15-mins-instead-of-30-when-using-round-to-30-minutes-param branch March 5, 2024 01:04
@mrashed-dev mrashed-dev mentioned this pull request Mar 5, 2024
mrashed-dev added a commit that referenced this pull request Mar 5, 2024
# Changelog
* Improved message sending and draft create/update performance (#544)
* Change default timeout to match API (90 seconds) (#545)
* Fixed serialization/deserialization of keys with numbers in them (#546)
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