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:
Daniel Lockyer 2023-07-11 17:37:52 +02:00 committed by Daniel Lockyer
parent e9dd016079
commit f7c767d473

View File

@ -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');