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

Fixed issue where reminders were not being updated correctly when updating an event #261

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

AaronDDM
Copy link
Collaborator

Background

There was a typo in the UpdateEventRequest which supplied override instead of overrides for the reminders JSON object. However, this data class was also necessarily duplicated. So I got rid of it and used the pre-existing data class.

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.

@AaronDDM AaronDDM force-pushed the CUST-3760-v-3-events-unable-to-update-reminders-via-java-sdk branch from 450ba3e to 30c5d60 Compare January 18, 2025 03:06
@codecov-commenter
Copy link

codecov-commenter commented Jan 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.28%. Comparing base (4bbef53) to head (a310f10).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #261   +/-   ##
=========================================
  Coverage     81.28%   81.28%           
  Complexity      316      316           
=========================================
  Files            35       35           
  Lines           967      967           
  Branches         88       88           
=========================================
  Hits            786      786           
  Misses          129      129           
  Partials         52       52           

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

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.

2 participants