Skip to content

Commit

Permalink
remove debug promise
Browse files Browse the repository at this point in the history
  • Loading branch information
noxify committed Jan 19, 2024
1 parent 5bd6c4b commit dcd766c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/api/src/router/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ export const userRouter = createTRPCRouter({
}),

sessions: protectedProcedure.query(async ({ ctx }) => {
await new Promise((resolve) => setTimeout(resolve, 5000))

return lucia.getUserSessions(ctx.session.user?.id)
}),

Expand Down

0 comments on commit dcd766c

Please sign in to comment.