From 87ef2bad2df3b0d272756be9d07b2bce9e9a8afe Mon Sep 17 00:00:00 2001 From: Chenyi An Date: Mon, 14 Oct 2024 10:25:45 +0800 Subject: [PATCH] fix: update --- packages/fx-core/src/common/wrappedAxiosClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fx-core/src/common/wrappedAxiosClient.ts b/packages/fx-core/src/common/wrappedAxiosClient.ts index af1d93e5e0..a90d8ed501 100644 --- a/packages/fx-core/src/common/wrappedAxiosClient.ts +++ b/packages/fx-core/src/common/wrappedAxiosClient.ts @@ -16,7 +16,7 @@ import { import { TelemetryEvent, TelemetryProperty, TelemetrySuccess } from "./telemetry"; import { DeveloperPortalAPIFailedError } from "../error/teamsApp"; import { HttpMethod } from "../component/constant/commonConstant"; -import { getDefaultString, getLocalizedString } from "./localizeUtils"; +import { getDefaultString } from "./localizeUtils"; /** * This client will send telemetries to record API request trace