mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03: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,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…
Reference in New Issue
Block a user