Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <[email protected]>
  • Loading branch information
tolusha committed Feb 22, 2024
1 parent 8b20461 commit 43c8a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/che.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

0 comments on commit 43c8a6c

Please sign in to comment.