Skip to content

Commit 5430d90

Browse files
committed
fix
1 parent 92a344f commit 5430d90

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

components/server/src/api/workspaces.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import { WorkspacesService as WorkspacesServiceInterface } from "@gitpod/public-
99
import {
1010
CreateAndStartWorkspaceRequest,
1111
CreateAndStartWorkspaceResponse,
12-
CreateWorkspaceRequest,
13-
CreateWorkspaceResponse,
1412
DeleteWorkspaceRequest,
1513
DeleteWorkspaceResponse,
1614
GetOwnerTokenRequest,
@@ -27,10 +25,6 @@ import {
2725
} from "@gitpod/public-api/lib/gitpod/experimental/v1/workspaces_pb";
2826

2927
export class WorkspacesService implements ServiceImpl<typeof WorkspacesServiceInterface> {
30-
async createWorkspace(req: CreateWorkspaceRequest): Promise<CreateWorkspaceResponse> {
31-
throw new ConnectError("unimplemented", Code.Unimplemented);
32-
}
33-
3428
async listWorkspaces(req: ListWorkspacesRequest): Promise<ListWorkspacesResponse> {
3529
throw new ConnectError("unimplemented", Code.Unimplemented);
3630
}

0 commit comments

Comments
 (0)