undo refactoring typo from #723

This commit is contained in:
Bruno Windels 2022-04-25 16:44:31 +02:00
parent bec8cea583
commit fa34315210
1 changed files with 1 additions and 1 deletions

View File

@ -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
);