-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add endpoint to add and update field value #493
Add endpoint to add and update field value #493
Conversation
c4a745e
to
739feb7
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #493 +/- ##
=======================================
Coverage 99.12% 99.12%
=======================================
Files 566 566
Lines 29208 29263 +55
=======================================
+ Hits 28953 29008 +55
Misses 255 255 ☔ View full report in Codecov by Sentry. |
|
||
contact.update_fields(fields_to_update) | ||
|
||
mods = contact.update_fields(fields_to_update) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this being called 2 times in a row?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad, fixed!
…internal-endpoint-update-contact-field
58ba543
to
9350ec5
Compare
Quality Gate passedIssues Measures |
No description provided.