mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Removed unused Bluebird import
refs https://github.com/TryGhost/Ghost/issues/14882 - this is no longer used so we can remove it as we move towards removing Bluebird from the codebase
This commit is contained in:
parent
e9dd016079
commit
f7c767d473
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
const _ = require('lodash');
|
||||
const Promise = require('bluebird');
|
||||
const validator = require('@tryghost/validator');
|
||||
const ObjectId = require('bson-objectid').default;
|
||||
const ghostBookshelf = require('./base');
|
||||
|
|
Loading…
Add table
Reference in a new issue