0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00

Remove bluebird from data-importer.js

no issue

Missed from previous commit
This commit is contained in:
Sam Lord 2022-11-10 15:57:59 +00:00
parent 7c6854651d
commit ee6415ebd1

View file

@ -1,6 +1,5 @@
const _ = require('lodash');
const ObjectId = require('bson-objectid').default;
const Promise = require('bluebird');
const semver = require('semver');
const {IncorrectUsageError} = require('@tryghost/errors');
const debug = require('@tryghost/debug')('importer:data');