debug
parent
ebaf828882
commit
23ea78ccca
|
@ -258,6 +258,8 @@ export async function UnlinkGoogleCalendar(req: Request, res: Response) {
|
||||||
return res.status(401).send({ err: "unauthorized" });
|
return res.status(401).send({ err: "unauthorized" });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log("userSession.user_id", userSession.user_id);
|
||||||
|
|
||||||
axios
|
axios
|
||||||
.post(`${process.env.TERMIN_PLANNER_URL}/removeGoogleAccount` as string, {
|
.post(`${process.env.TERMIN_PLANNER_URL}/removeGoogleAccount` as string, {
|
||||||
userId: userSession.user_id,
|
userId: userSession.user_id,
|
||||||
|
|
Loading…
Reference in New Issue