From e93bd1c127aeebb413f9926589fe9d719bdf89e3 Mon Sep 17 00:00:00 2001 From: "Fotis Koutoulakis (@NlightNFotis)" Date: Thu, 24 Oct 2024 14:29:42 +0100 Subject: [PATCH] debug: what happens if we just bypass return --- src/feature-flags.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/feature-flags.ts b/src/feature-flags.ts index e932d228a..d5de93196 100644 --- a/src/feature-flags.ts +++ b/src/feature-flags.ts @@ -491,7 +491,7 @@ class GitHubFeatureFlags { private async loadApiResponse(): Promise { // Do nothing when not running against github.com - if (this.gitHubVersion.type !== util.GitHubVariant.DOTCOM) { + if (this.gitHubVersion.type !== util.GitHubVariant.DOTCOM && this.gitHubVersion.type !== util.GitHubVariant.GHE_DOTCOM) { this.logger.debug( "Not running against github.com. Disabling all toggleable features.", );