Skip to content

Commit f1da3fb

Browse files
committed
chore(5915): revert create userSessionData
1 parent f6457e3 commit f1da3fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/core/auth-options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ async function updateUserSession(tokens?: { access_token?: string; refresh_token
5252

5353
const userSession = await prisma.userSession.upsert({
5454
where: { email: loweremail },
55-
create: { ...userSessionData, idirGuid: idir_guid! },
55+
create: userSessionData,
5656
update: userSessionData,
5757
});
5858

0 commit comments

Comments
 (0)