We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df864b commit 638338aCopy full SHA for 638338a
src/AzureAppConfigurationImpl.ts
@@ -670,7 +670,7 @@ export class AzureAppConfigurationImpl implements AzureAppConfiguration {
670
}
671
672
673
- if (variantsForExperiementation.length === 0 && featureFlag[ALLOCATION_KEY_NAME][SEED_KEY_NAME] === undefined) {
+ if (featureFlag[ALLOCATION_KEY_NAME] === undefined || (variantsForExperiementation.length === 0 && featureFlag[ALLOCATION_KEY_NAME][SEED_KEY_NAME] === undefined)) {
674
// All fields required for generating allocation id are missing, short-circuit and return empty string
675
return "";
676
0 commit comments