We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6457e3 commit f1da3fbCopy full SHA for f1da3fb
app/core/auth-options.ts
@@ -52,7 +52,7 @@ async function updateUserSession(tokens?: { access_token?: string; refresh_token
52
53
const userSession = await prisma.userSession.upsert({
54
where: { email: loweremail },
55
- create: { ...userSessionData, idirGuid: idir_guid! },
+ create: userSessionData,
56
update: userSessionData,
57
});
58
0 commit comments