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

body.filter should be used when creating new todos #4

Open
nkukarl opened this issue Mar 25, 2023 · 0 comments
Open

body.filter should be used when creating new todos #4

nkukarl opened this issue Mar 25, 2023 · 0 comments

Comments

@nkukarl
Copy link

nkukarl commented Mar 25, 2023

For

req.body.completed == true ? 1 : null

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

devlopersabbir added a commit to devlopersabbir/todos-express-starter that referenced this issue Oct 25, 2023
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

No branches or pull requests

1 participant