We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf6c60 commit 266409fCopy full SHA for 266409f
db/sql/index.js
@@ -24,7 +24,6 @@ sequelize.authenticate()
24
module.exports = sequelize;
25
26
const Course = require('./models/Course.js');
27
-const Session = require('./models/Session.js');
28
const User = require('./models/User.js');
29
const UserToFriends = require('./models/UserToFriends.js');
30
const UserToCourse = require('./models/UserToCourse.js');
0 commit comments