From bbbf7c2e612be6c1e2cf30d103a9da006b0c283d Mon Sep 17 00:00:00 2001 From: zhiyuanliang Date: Thu, 5 Jun 2025 15:07:52 +0800 Subject: [PATCH] remove wrong comment --- src/AzureAppConfigurationImpl.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/AzureAppConfigurationImpl.ts b/src/AzureAppConfigurationImpl.ts index fc8759b4..48077410 100644 --- a/src/AzureAppConfigurationImpl.ts +++ b/src/AzureAppConfigurationImpl.ts @@ -60,9 +60,6 @@ import { InvalidOperationError, ArgumentError, isFailoverableError, isInputError const MIN_DELAY_FOR_UNHANDLED_FAILURE = 5_000; // 5 seconds type PagedSettingSelector = SettingSelector & { - /** - * Key: page eTag, Value: feature flag configurations - */ pageEtags?: string[]; };