nylas / nylas-nodejs

A NodeJS wrapper for the Nylas REST API for email, contacts, and calendar.
MIT License
169 stars 118 forks source link

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

Closed mrashed-dev closed 7 months ago

mrashed-dev commented 7 months ago

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.