nylas / nylas-ruby

Ruby bindings for the Nylas Platform APIs
https://nylas.com/docs
MIT License
101 stars 130 forks source link

Fix contact picture encoding error #441

Closed mrashed-dev closed 11 months ago

mrashed-dev commented 1 year ago

Description

This PR ensured that when we are dealing with contact picture, that we are using the correct encoding. Closes #422.

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 1 year ago

Codecov Report

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

Comparison is base (902ad8c) 97.86% compared to head (d2426c8) 97.97%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #441 +/- ## ========================================== + Coverage 97.86% 97.97% +0.11% ========================================== Files 129 129 Lines 4783 4797 +14 ========================================== + Hits 4681 4700 +19 + Misses 102 97 -5 ```

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