Skip to content

Commit

Permalink
fixed typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
fomalhautb committed Oct 1, 2024
1 parent edda2b0 commit 684e396
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/stack-shared/src/interface/crud/current-user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const clientReadSchema = usersCrudServerReadSchema.pick([
"oauth_providers",
"selected_team_id",
"requires_totp_mfa",
"contact_channels",
]).concat(yupObject({
selected_team: teamsCrudClientReadSchema.nullable().defined(),
})).nullable().defined(); // TODO: next-release: make required
Expand Down

0 comments on commit 684e396

Please sign in to comment.