mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Run npm lint in CI (#1314)
This commit is contained in:
@@ -282,8 +282,8 @@ export class OrganizationPlansComponent implements OnInit {
|
||||
};
|
||||
|
||||
this.formPromise = doSubmit();
|
||||
const orgId = await this.formPromise;
|
||||
this.onSuccess.emit({ organizationId: orgId });
|
||||
const organizationId = await this.formPromise;
|
||||
this.onSuccess.emit({ organizationId: organizationId });
|
||||
} catch (e) {
|
||||
this.logService.error(e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user