Skip to content

Commit

Permalink
Removes option chain
Browse files Browse the repository at this point in the history
  • Loading branch information
d13 committed Jan 15, 2024
1 parent 93574f9 commit 9503790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plus/gk/account/organizationService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export class OrganizationService implements Disposable {
if (this._fullOrganizations == null) {
this._fullOrganizations = new Map();
}
this._fullOrganizations?.set(id, organization);
this._fullOrganizations.set(id, organization);
}
return this._fullOrganizations.get(id);
}
Expand Down

0 comments on commit 9503790

Please sign in to comment.