Skip to content

Commit

Permalink
move requirejs plugins to chipper/js/requirejs-plugins, phetsims/chip…
Browse files Browse the repository at this point in the history
  • Loading branch information
Q7Uyec committed Dec 7, 2022
1 parent 45334c5 commit eff3031
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion server/db/models/users/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ const db = require('../../db')
const User = db.define('user', {
firstName: {
type: Sequelize.STRING
// allowNull: false,
// allowNull: false,
// validate: {
// notEmpty: true
// }
},
l

0 comments on commit eff3031

Please sign in to comment.