From 523de8e6613d4916556e8bccf13dac25542989c3 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 14 Jan 2024 15:31:30 +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 4640953..a65cf80 100644 --- a/src/routes/calendarRoutes.ts +++ b/src/routes/calendarRoutes.ts @@ -14,7 +14,7 @@ router.get( "https://www.googleapis.com/auth/calendar.app.created", "https://www.googleapis.com/auth/calendar.events.freebusy", "https://www.googleapis.com/auth/userinfo.profile", - "profile", + //"profile", //"openid", ], })