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,