sbkwgh 8 lat temu
rodzic
commit
4c9104cc21
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      models/user.js

+ 1 - 1
models/user.js

@@ -4,7 +4,7 @@ module.exports = (sequelize, DataTypes) => {
 			type: DataTypes.STRING,
 			unique: true
 		},
-		hash: type: DataTypes.STRING
+		hash: DataTypes.STRING
 	}, {
 		classMethods: {
 			associate: (models) => {