We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For
todos-express-starter/routes/index.js
Line 58 in 0de3a2a
Should be req.body.filter == 'completed' ? 1 : null instead as per code in index.ejs https://github.com/passport/todos-express-starter/blob/main/views/index.ejs#L48-L50
req.body.filter == 'completed' ? 1 : null
The text was updated successfully, but these errors were encountered:
updated request body filter passport#4
b5a7662
No branches or pull requests
For
todos-express-starter/routes/index.js
Line 58 in 0de3a2a
Should be
req.body.filter == 'completed' ? 1 : null
instead as per code in index.ejshttps://github.com/passport/todos-express-starter/blob/main/views/index.ejs#L48-L50
The text was updated successfully, but these errors were encountered: