From 867223e959f273e3e026de0488ad2ae4c5226b62 Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang <141655842+zhiyuanliang-ms@users.noreply.github.com> Date: Thu, 5 Jun 2025 15:21:04 +0800 Subject: [PATCH] Merge pull request #201 from Azure/zhiyuanliang/remove-comment 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[]; };