From 511e969df36df3430bd7dc273385941c41804548 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 21 Jan 2024 18:57:01 +0100 Subject: [PATCH] debug --- src/controllers/calendarController.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/controllers/calendarController.ts b/src/controllers/calendarController.ts index dc33d3f..f479483 100644 --- a/src/controllers/calendarController.ts +++ b/src/controllers/calendarController.ts @@ -299,6 +299,8 @@ export async function UnlinkGoogleCalendar(req: Request, res: Response) { // request to termin planner to remove google account + console.log("test", userSession.user_id, deleteCalendars); + axios .post(`${process.env.TERMIN_PLANNER_URL}/removeGoogleAccount` as string, { userId: userSession.user_id,