Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Fix build according to Theia upstream changes
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
  • Loading branch information
evidolob committed May 2, 2019
1 parent 9ce9de5 commit 844832f
Show file tree
Hide file tree
Showing 2 changed files with 642 additions and 534 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { che } from '@eclipse-che/api';

@injectable()
export class CheWorkspaceHostedPluginUriPostProcessor implements HostedPluginUriPostProcessor {

protected restApiClient: IRemoteAPI;

constructor() {
Expand Down Expand Up @@ -76,4 +77,8 @@ export class CheWorkspaceHostedPluginUriPostProcessor implements HostedPluginUri
return await this.restApiClient.getById<che.workspace.Workspace>(workspaceId);
}

async processOptions(options: object): Promise<object> {
return options;
}

}
Loading

0 comments on commit 844832f

Please sign in to comment.