Skip to content

Commit

Permalink
fix(hotfix):
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Feb 24, 2022
1 parent a499d85 commit cc1dd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/builder/pages/api/auth/[...nextauth].ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const handler = (req: NextApiRequest, res: NextApiResponse) => {
await updateLastActivityDate(userFromDb)
return {
...session,
userFromDb,
user: userFromDb,
}
},
},
Expand Down

1 comment on commit cc1dd51

@vercel
Copy link

@vercel vercel bot commented on cc1dd51 Feb 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

builder-v2 – ./apps/builder

app.typebot.io
builder-v2-typebot-io.vercel.app
builder-v2-git-main-typebot-io.vercel.app

Please sign in to comment.