Use the new module and uninstall shortid
This commit is contained in:
parent
8b900c94ba
commit
62f6ef4559
14 changed files with 17 additions and 26 deletions
|
@ -24,7 +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 shortid = require('./shortid');
|
||||
|
||||
const MessageType = {
|
||||
REGULAR: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue