Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
anchenyi committed Oct 14, 2024
1 parent 5c1a950 commit 87ef2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fx-core/src/common/wrappedAxiosClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 87ef2ba

Please sign in to comment.