mirror of
https://github.com/bitwarden/web
synced 2026-01-19 17:03:21 +00:00
Fix glob processing in npm. Ban single param parens (#818)
This commit is contained in:
@@ -25,7 +25,7 @@ export class OrganizationBillingComponent extends UserBillingComponent implement
|
||||
}
|
||||
|
||||
async ngOnInit() {
|
||||
this.route.parent.parent.params.subscribe(async (params) => {
|
||||
this.route.parent.parent.params.subscribe(async params => {
|
||||
this.organizationId = params.organizationId;
|
||||
await this.load();
|
||||
this.firstLoaded = true;
|
||||
|
||||
Reference in New Issue
Block a user