Skip to content

Commit

Permalink
remove sessions from select
Browse files Browse the repository at this point in the history
  • Loading branch information
owens1127 committed Oct 23, 2024
1 parent b206620 commit 13e7f7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/trpc/src/internal/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ export const notAuthenticatedProcedureBuilder = baseProcedureBuilder.use(
id: true,
email: true,
name: true,
sessions: true,
createdAt: true,
updatedAt: true,
},
Expand Down

0 comments on commit 13e7f7c

Please sign in to comment.