working changes to use sequelize auto index

This commit is contained in:
Arjun Patel
2019-03-16 22:41:57 -07:00
parent 52c284f02a
commit e5c204890e
26 changed files with 82 additions and 91 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const db = require('../config/db.config.js'),
const db = require('../../models'),
errorMaker = require('../helpers/error.maker');
const sgMail = require('@sendgrid/mail');