Merge branch 'master' into bwindels/calls-wip
This commit is contained in:
commit
6e1174e03d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
);
|
||||
|
|
Reference in a new issue