Skip to content

Commit

Permalink
Update stateAggregator.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales authored May 16, 2024
1 parent 16585a8 commit 357cf8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/stateAggregator/stateAggregator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ import { SandboxAccessor } from './accessors/sandboxAccessor';
export class StateAggregator extends AsyncOptionalCreatable {
private static instanceMap: Map<string, StateAggregator> = new Map();
public aliases!: AliasAccessor;
public orgs!: OrgAccessor;
public sandboxes!: SandboxAccessor;
HOLAS

/**
* Reuse a StateAggregator if one was already created for the current global state directory
Expand Down

0 comments on commit 357cf8a

Please sign in to comment.