Skip to content

Commit

Permalink
Merge branch 'main' into update-questionnaire
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljohanneskraft authored Jan 23, 2025
2 parents 1dd7a88 + 9ccea8c commit 7c65627
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/models/src/functions/customSeed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const userSeedingOptionsSchema = z.object({
uid: optionalish(z.string()),
email: z.string(),
password: z.string(),
displayName: z.string(),
}),
user: optionalish(z.lazy(() => userConverter.value.schema)),
collections: optionalish(z.record(z.record(z.any()))),
Expand Down

0 comments on commit 7c65627

Please sign in to comment.