Skip to content

Conversation

filipepacheco
Copy link
Contributor

@filipepacheco filipepacheco commented May 12, 2024

Add street, neighbourhood and city so the fields can be used in searches such as needed supplies by neighbourhood

name: z.string().transform(capitalize),
pix: z.string().nullable().optional(),
address: z.string().transform(capitalize),
city: z.string().transform(capitalize).optional(),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Favor só ajustar city, neighbourhood e state para serem nullable()

@filipepacheco
Copy link
Contributor Author

fechando aqui pois foi incorporado em #82

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants