We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5227eb5 commit 867223eCopy full SHA for 867223e
1 file changed
src/AzureAppConfigurationImpl.ts
@@ -60,9 +60,6 @@ import { InvalidOperationError, ArgumentError, isFailoverableError, isInputError
60
const MIN_DELAY_FOR_UNHANDLED_FAILURE = 5_000; // 5 seconds
61
62
type PagedSettingSelector = SettingSelector & {
63
- /**
64
- * Key: page eTag, Value: feature flag configurations
65
- */
66
pageEtags?: string[];
67
};
68
0 commit comments