mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 00:52:36 +03:00
Added JSDocs to the version notification service
refs https://github.com/TryGhost/Toolbox/issues/292
This commit is contained in:
parent
35031b8f2e
commit
a730b63ee0
@ -3,6 +3,11 @@ const internalContext = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
class VersionNotificationsDataService {
|
class VersionNotificationsDataService {
|
||||||
|
/**
|
||||||
|
* @param {Object} options
|
||||||
|
* @param {Object} options.UserModel - ghost user model
|
||||||
|
* @param {Object} options.settingsService - ghost settings service
|
||||||
|
*/
|
||||||
constructor({UserModel, settingsService}) {
|
constructor({UserModel, settingsService}) {
|
||||||
this.UserModel = UserModel;
|
this.UserModel = UserModel;
|
||||||
this.settingsService = settingsService;
|
this.settingsService = settingsService;
|
||||||
|
Loading…
Reference in New Issue
Block a user