Merge pull request #859 from alangecker/fix-shortid-not-defined
fix for 'shortid not defined'
This commit is contained in:
commit
129ad0c625
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ const blacklist = require('../models/blacklist');
|
|||
const libmime = require('libmime');
|
||||
const { enforce, hashEmail } = require('./helpers');
|
||||
const senders = require('./senders');
|
||||
const shortid = require('shortid');
|
||||
|
||||
const MessageType = {
|
||||
REGULAR: 0,
|
||||
|
|
Loading…
Reference in a new issue