didinj / node-express-postgresql-sequelize

Node.js, Express.js, Sequelize.js and PostgreSQL RESTful API

Home Page:https://www.djamware.com/post/5b56a6cc80aca707dd4f65a9/nodejs-expressjs-sequelizejs-and-postgresql-restful-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue in line 106 of controllers/students.js

chicklightning opened this issue · comments

controllers/students.js has:
student_name: req.body.student_name || classroom.student_name,
but I think the last bit should be student.student_name