From f52d9a290cfe344dc3ce4976de48920247788dab Mon Sep 17 00:00:00 2001 From: Nikos Triantafyllou Date: Mon, 10 Jun 2024 22:26:14 +0300 Subject: [PATCH] fix for sessionIds that dont have persona attached --- routes/educationalRoutes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/educationalRoutes.js b/routes/educationalRoutes.js index e399c74..050caba 100644 --- a/routes/educationalRoutes.js +++ b/routes/educationalRoutes.js @@ -47,6 +47,7 @@ educationalRouter.get(["/pre-offer-jwt-edu"], async (req, res) => { // preSessions.accessTokens.push(null); // } if (preSessions.sessions.indexOf(uuid ) < 0) { + console.log(uuid) preSessions.sessions.push(uuid); preSessions.results.push({ sessionId: uuid, status: "pending" }); preSessions.personas.push(null);