Skip to content

Commit

Permalink
team name coming in /me request (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prybrt06 authored Jan 27, 2024
1 parent 8351ac0 commit 8f25516
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/middlewares/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const validateUser: Interfaces.Middleware.Async = async (req, _res, next) => {
select: {
id: true,
registrationStatus: true,
teamName: true,
members: {
select: {
id: true,
Expand Down

0 comments on commit 8f25516

Please sign in to comment.