diff --git a/src/platform/web/Platform.js b/src/platform/web/Platform.js index 9f2bd615..9a8a19c9 100644 --- a/src/platform/web/Platform.js +++ b/src/platform/web/Platform.js @@ -178,7 +178,7 @@ export class Platform { const {body}= await this.request(this._configURL, {method: "GET", format: "json", cache: true}).response(); this._config = body; } - this._notificationService = new NotificationService( + this.notificationService = new NotificationService( this._serviceWorkerHandler, this._config.push );