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 issue where Graph events were returning 400 on update #524

Conversation

mrashed-dev
Copy link
Collaborator

Description

This PR remedies the issue seen where Graph accounts were returning 400 on update due to visibility field being present in the PUT request. We now check to see if the visibility field was modified, and only then do we include it in the outgoing request.

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.

Copy link

codecov bot commented Jan 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6586ab4) 91.75% compared to head (9301d09) 91.79%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #524      +/-   ##
==========================================
+ Coverage   91.75%   91.79%   +0.04%     
==========================================
  Files          62       62              
  Lines        2656     2670      +14     
  Branches      487      490       +3     
==========================================
+ Hits         2437     2451      +14     
  Misses        218      218              
  Partials        1        1              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

@ajay-k ajay-k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@mrashed-dev mrashed-dev merged commit 1e9d1a2 into main Jan 5, 2024
4 checks passed
@mrashed-dev mrashed-dev deleted the CUST-2166-node-sdk-6-11-issue-automatic-setting-of-visibility-field-conflicts-with-graph-accounts branch January 5, 2024 15:56
@mrashed-dev mrashed-dev mentioned this pull request Feb 9, 2024
mrashed-dev added a commit that referenced this pull request Feb 9, 2024
# Changelog
* Fix issue where Graph events were returning 400 on update (#524)
* Make comment param in rsvp optional (#529)
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.

None yet

2 participants