We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0fb509a + 867223e commit f413119Copy full SHA for f413119
1 file changed
src/AzureAppConfigurationImpl.ts
@@ -68,9 +68,6 @@ import { InvalidOperationError, ArgumentError, isFailoverableError, isInputError
68
const MIN_DELAY_FOR_UNHANDLED_FAILURE = 5_000; // 5 seconds
69
70
type PagedSettingSelector = SettingSelector & {
71
- /**
72
- * Key: page eTag, Value: feature flag configurations
73
- */
74
pageEtags?: string[];
75
};
76
0 commit comments