Skip to content

Commit bc74fb6

Browse files
author
Andrew Farries
committed
Revert "Extend WorkspaceClusterFilter in gitpod-protocol"
This reverts commit 7e550ef.
1 parent f52f581 commit bc74fb6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/gitpod-protocol/src/workspace-cluster.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ export interface WorkspaceClusterDB {
104104
*/
105105
findFiltered(predicate: DeepPartial<WorkspaceClusterFilter>): Promise<WorkspaceClusterWoTLS[]>;
106106
}
107-
export interface WorkspaceClusterFilter
108-
extends Pick<WorkspaceCluster, "name" | "state" | "govern" | "url" | "applicationCluster"> {
107+
export interface WorkspaceClusterFilter extends Pick<WorkspaceCluster, "state" | "govern" | "url"> {
109108
minScore: number;
110109
}

0 commit comments

Comments
 (0)