diff --git a/src/platform/web/Platform.js b/src/platform/web/Platform.js index 1c999598..7d66301d 100644 --- a/src/platform/web/Platform.js +++ b/src/platform/web/Platform.js @@ -174,7 +174,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 );