Skip to content

Commit

Permalink
adds 45 min to dynamic events (#15248)
Browse files Browse the repository at this point in the history
Co-authored-by: Sio <[email protected]>
  • Loading branch information
dilpreetsio and Sio authored May 30, 2024
1 parent 15122dd commit e58ce4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/defaultEvents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const dynamicEvent = {
descriptionAsSafeHTML: "",
position: 0,
...commons,
metadata: EventTypeMetaDataSchema.parse({ multipleDuration: [15, 30, 60, 90] }),
metadata: EventTypeMetaDataSchema.parse({ multipleDuration: [15, 30, 45, 60, 90] }),
};

const defaultEvents = [dynamicEvent];
Expand Down

0 comments on commit e58ce4a

Please sign in to comment.