Skip to content

Commit

Permalink
Change reminderMinutes to a number instead of a string (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraju3 authored Apr 15, 2024
1 parent ef5af1e commit 049c8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ export interface ReminderOverride {
* The number of minutes before the event start time when a user wants a reminder for this event.
* Reminder minutes are in the following format: "[20]".
*/
reminderMinutes: string;
reminderMinutes: number;
/**
* Method to remind the user about the event. (Google only).
*/
Expand Down

0 comments on commit 049c8c7

Please sign in to comment.