From 3a0988902f088f2df3f901aecd436d7fbd412e0d Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 14 Jan 2024 15:30:46 +0100 Subject: [PATCH] test --- src/routes/calendarRoutes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ], }) );