0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Fixed init method for Offers service

refs https://github.com/TryGhost/Ghost/commit/da152a0a1

The cleanup of the Offers labs flag inadvertently removed this logic.
This commit is contained in:
Fabien O'Carroll 2021-11-03 17:17:33 +02:00
parent da152a0a13
commit 6e53527666

View file

@ -24,6 +24,8 @@ module.exports = {
});
this.api = offersModule.api;
await offersModule.init();
},
api: null,