Skip to content

Commit 20a7794

Browse files
committed
Fix incorrect type definitions
1 parent 4aa163b commit 20a7794

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/scripts/state/server/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ interface ServerDataStore {
1414
data?: Server;
1515
inConflictState: Computed<ServerDataStore, boolean>;
1616
isInstalling: Computed<ServerDataStore, boolean>;
17-
isTransferring: Computed<ServerDataStore, boolean>;
1817
permissions: string[];
1918

2019
getServer: Thunk<ServerDataStore, string, Record<string, unknown>, ServerStore, Promise<void>>;

0 commit comments

Comments
 (0)