2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01: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:
Daniel Lockyer 2020-11-19 13:36:15 +00:00
parent 001cf6bb29
commit c72ecf6a96

View file

@ -1,3 +1,4 @@
const Promise = require('bluebird');
const storage = require('../../adapters/storage');
module.exports = {