nylas / nylas-nodejs

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

Fix parsing of Number arrays #503

Closed mrashed-dev closed 9 months ago

mrashed-dev commented 9 months ago

Description

This PR closes #502. The parsing of number arrays was broken, setting the index instead of the value when desearializing.

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.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (cb42d16) 91.70% compared to head (06065ea) 91.70%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #503 +/- ## ======================================= Coverage 91.70% 91.70% ======================================= Files 62 62 Lines 2641 2641 Branches 481 481 ======================================= Hits 2422 2422 Misses 218 218 Partials 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.