Skip to content

Commit

Permalink
chore: misc type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat committed Nov 5, 2024
1 parent 42a4702 commit 63bad79
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/app/src/controllers/Subscriptions/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ export type UnsubSubscriptions = AccountBalances | BlockNumber | NextFreeParaId;
export type ObservableGetters = ChainSpec | TaggedMetadata;

// the record of subscriptions, keyed by tabId.
export type ChainSubscriptions = Record<
string,
Subscription | ObservableGetters
>;
export type ChainSubscriptions = Record<string, Subscription>;

// Abstract class that ensures all subscription classes have an unsubscribe method.
export abstract class Unsubscribable {
Expand Down

0 comments on commit 63bad79

Please sign in to comment.