Rename new analysis summary feature flag

This commit is contained in:
Henry Mercer 2023-08-11 15:51:44 +01:00
parent 2160dd3b55
commit 9a510d9b07
12 changed files with 28 additions and 28 deletions

View file

@ -389,7 +389,7 @@ export async function runQueries(
}
if (
!(await features.getValue(Feature.NewAnalysisSummaryEnabled, codeql))
!(await features.getValue(Feature.AnalysisSummaryV2Enabled, codeql))
) {
await runPrintLinesOfCode(language);
}