Fixed error with removal of global.Promise override
refs #12182 These were missed in the cleanup and were causing errors.
This commit is contained in:
parent
82224f5626
commit
44b43a4755
@ -1,4 +1,5 @@
|
||||
const _ = require('lodash');
|
||||
const Promise = require('bluebird');
|
||||
const moment = require('moment-timezone');
|
||||
const errors = require('@tryghost/errors');
|
||||
const {i18n} = require('../../lib/common');
|
||||
|
@ -1,4 +1,5 @@
|
||||
const _ = require('lodash');
|
||||
const Promise = require('bluebird');
|
||||
const debug = require('ghost-ignition').debug('mega');
|
||||
const url = require('url');
|
||||
const moment = require('moment');
|
||||
|
Loading…
Reference in New Issue
Block a user