diff --git a/src/routes/calendarRoutes.ts b/src/routes/calendarRoutes.ts index 470ad6f..4640953 100644 --- a/src/routes/calendarRoutes.ts +++ b/src/routes/calendarRoutes.ts @@ -15,7 +15,7 @@ router.get( "https://www.googleapis.com/auth/calendar.events.freebusy", "https://www.googleapis.com/auth/userinfo.profile", "profile", - "openid", + //"openid", ], }) );