Browse Source

linting

cleanup/break-apart-app-js
Nareshkumar Rao 3 years ago
parent
commit
1a4d505933
  1. 3
      src/db/db.js

3
src/db/db.js

@ -37,7 +37,7 @@ const storeDB = (() => {
})();
const store = new SequelizeStore({
db: storeDB
db: storeDB,
});
const Contact = sequelize.define("Contact", {
@ -51,7 +51,6 @@ const Contact = sequelize.define("Contact", {
},
});
const User = sequelize.define("User", {
telegram: {
type: DataTypes.INTEGER,

Loading…
Cancel
Save