From d2203bbbfe31f33cf89c674b1c2143bf432ef794 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 14 Jan 2024 15:09:46 +0100 Subject: [PATCH] test --- src/routes/calendarRoutes.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/calendarRoutes.ts b/src/routes/calendarRoutes.ts index ed7f3d9..c905221 100644 --- a/src/routes/calendarRoutes.ts +++ b/src/routes/calendarRoutes.ts @@ -10,10 +10,10 @@ router.get( passport.authenticate("google", { accessType: "offline", //session: false, - scope: [ + /*scope: [ "https://www.googleapis.com/auth/calendar.app.created", "https://www.googleapis.com/auth/calendar.events.freebusy", - ], + ],*/ }) );