Skip to content

Commit 1ba077d

Browse files
committed
fix activeForwarders type in store
1 parent d614b96 commit 1ba077d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export interface IStore {
197197
requireDelay: boolean;
198198
isLocalStorageAvailable: boolean | null;
199199
storageName: string | null;
200-
activeForwarders: MPForwarder[];
200+
activeForwarders: ConfiguredKit[];
201201
kits: Dictionary<MPForwarder>;
202202
sideloadedKits: MPForwarder[];
203203
configuredForwarders: MPForwarder[];

0 commit comments

Comments
 (0)