mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
🐛 Added missing Bluebird require in v2 API
- this was missed in the original pass when removing the global Promise override
This commit is contained in:
parent
001cf6bb29
commit
c72ecf6a96
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
const Promise = require('bluebird');
|
||||
const storage = require('../../adapters/storage');
|
||||
|
||||
module.exports = {
|
||||
|
|
Loading…
Reference in a new issue