mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03: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
@ -24,6 +24,8 @@ module.exports = {
|
|||||||
});
|
});
|
||||||
|
|
||||||
this.api = offersModule.api;
|
this.api = offersModule.api;
|
||||||
|
|
||||||
|
await offersModule.init();
|
||||||
},
|
},
|
||||||
|
|
||||||
api: null,
|
api: null,
|
||||||
|
Loading…
Reference in New Issue
Block a user