Skip to content

Commit 83e5832

Browse files
authored
Update user.js
1 parent 6d186cf commit 83e5832

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ch5/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)