forked from mystiq/hydrogen-web
undo refactoring typo from #723
This commit is contained in:
parent
bec8cea583
commit
fa34315210
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue