mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
null check notificationsService
This commit is contained in:
parent
bba52192dc
commit
21e0953589
@ -87,7 +87,9 @@ export class EnvironmentService implements EnvironmentServiceAbstraction {
|
||||
}
|
||||
|
||||
await this.apiService.setUrls(envUrls);
|
||||
this.notificationsService.init(this);
|
||||
if (this.notificationsService != null) {
|
||||
this.notificationsService.init(this);
|
||||
}
|
||||
return urls;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user