Merge branch 'main' into feat/CAL-770-improve-integrations

feat/CAL-770-improve-stripe-integrations
kodiakhq[bot] 2021-12-30 16:04:58 +00:00 committed by GitHub
commit 5e44ae6c9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ export default function Success(props: inferSSRProps<typeof getServerSideProps>)
const event = createEvent({
start: [
date.toDate().getUTCFullYear(),
date.toDate().getUTCMonth(),
(date.toDate().getUTCMonth() as number) + 1,
date.toDate().getUTCDate(),
date.toDate().getUTCHours(),
date.toDate().getUTCMinutes(),