diff --git a/src/utils/che.ts b/src/utils/che.ts index 4d971ef71..69a999e29 100644 --- a/src/utils/che.ts +++ b/src/utils/che.ts @@ -139,6 +139,6 @@ export namespace Che { const kubeClient = KubeClient.getInstance() const cheCluster = await kubeClient.getCheCluster(namespace) - return !!cheCluster?.spec?.components?.pluginRegistry?.openVSXURL + return !cheCluster?.spec?.components?.pluginRegistry?.openVSXURL } }