Skip to content

Commit e43e9e3

Browse files
authored
Update user.js
1 parent c50f57a commit e43e9e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ch7/back/models/user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const DataTypes = require('sequelize');
22
const { Model } = DataTypes;
33

4-
module.exports = class Post extends Model {
4+
module.exports = class User extends Model {
55
static init(sequelize) {
66
return super.init({
77
// id가 기본적으로 들어있다.

0 commit comments

Comments
 (0)