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:
parent
da152a0a13
commit
6e53527666
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ module.exports = {
|
|||
});
|
||||
|
||||
this.api = offersModule.api;
|
||||
|
||||
await offersModule.init();
|
||||
},
|
||||
|
||||
api: null,
|
||||
|
|
Loading…
Reference in a new issue