diff --git a/src/tasks/che.ts b/src/tasks/che.ts index 134a4a13f..ef3c3d0b1 100644 --- a/src/tasks/che.ts +++ b/src/tasks/che.ts @@ -105,7 +105,7 @@ export class CheTasks { if (await this.skipKeycloakDeploy()) { task.title = `${task.title}...skipped` return { - task: () => {} + task: () => {}, } } return this.kubeTasks.podStartTasks(this.keycloakSelector, this.cheNamespace) @@ -272,7 +272,7 @@ export class CheTasks { if (await this.skipKeycloakDeploy()) { task.title = `${task.title}...skipped` return { - task: () => {} + task: () => {}, } } await this.kube.scaleDeployment(this.keycloakDeploymentName, this.cheNamespace, 1)