Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR Validation Schema Donaldo Llanos #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ldonaldo
Copy link

@ldonaldo ldonaldo commented Nov 6, 2020

PR of Donaldo Llanos

@julianduque
Copy link
Owner

julianduque commented Nov 9, 2020

@ldonaldo Excelente! Revisa la respuesta del foro para reclamar el libro!

edit: Acabo de ver un pequeño error... te lo comento en el código

}
}

fastify.get('/', { querySchema }, (request, reply) => {
Copy link
Owner

@julianduque julianduque Nov 9, 2020

Choose a reason for hiding this comment

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

Suggested change
fastify.get('/', { querySchema }, (request, reply) => {
fastify.get('/', querySchema, (request, reply) => {

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.

2 participants