Skip to content

Commit

Permalink
Remove comma
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNacho committed Jan 27, 2016
1 parent db574d5 commit fc79539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/users/server/models/role.server.model.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = function(sequelize, DataTypes) {
var Role = sequelize.define('Role', {
role: {
type: DataTypes.STRING
},
}
}, {
classMethods: {
associate: function(models) {
Expand Down

0 comments on commit fc79539

Please sign in to comment.