Skip to content

Commit

Permalink
fixed merge issues (#1718)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blokh authored Nov 30, 2023
1 parent 81846aa commit f06f9b0
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 14 deletions.
2 changes: 1 addition & 1 deletion apps/backoffice-v2/src/domains/auth/validation-schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ export const AuthenticatedUserSchema = z
fullName: `${firstName} ${lastName}`,
}))
.or(z.null())
.default
.default(null);
86 changes: 73 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f06f9b0

Please sign in to comment.