Skip to content

Commit 867223e

Browse files
Merge pull request #201 from Azure/zhiyuanliang/remove-comment
Remove wrong comment
1 parent 5227eb5 commit 867223e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/AzureAppConfigurationImpl.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ import { InvalidOperationError, ArgumentError, isFailoverableError, isInputError
6060
const MIN_DELAY_FOR_UNHANDLED_FAILURE = 5_000; // 5 seconds
6161

6262
type PagedSettingSelector = SettingSelector & {
63-
/**
64-
* Key: page eTag, Value: feature flag configurations
65-
*/
6663
pageEtags?: string[];
6764
};
6865

0 commit comments

Comments
 (0)