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 21, 2024
1 parent 357cf8a commit bb79c5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stateAggregator/stateAggregator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { Global } from '../global';
import { AliasAccessor } from './accessors/aliasAccessor';
import { OrgAccessor } from './accessors/orgAccessor';
import { SandboxAccessor } from './accessors/sandboxAccessor';
export class StateAggregator extends AsyncOptionalCreatable {
private static instanceMap: Map<string, StateAggregator> = new Map();
public aliases!: AliasAccessor;
HOLAS
Expand Down

0 comments on commit bb79c5d

Please sign in to comment.