Skip to content

Commit

Permalink
fix for sessionIds that dont have persona attached
Browse files Browse the repository at this point in the history
  • Loading branch information
endimion committed Jun 10, 2024
1 parent 45e81fb commit f52d9a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/educationalRoutes.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f52d9a2

Please sign in to comment.