Skip to content

Commit

Permalink
fix: reference issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SLdragon committed Apr 30, 2024
1 parent 6f39d8d commit 8ebfea1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/fx-core/src/core/FxCore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ import { pathUtils } from "../component/utils/pathUtils";
import { settingsUtil } from "../component/utils/settingsUtil";
import {
FileNotFoundError,
InjectAPIKeyActionFailedError,
InjectOAuthActionFailedError,
InputValidationError,
InvalidProjectError,
MissingRequiredInputError,
Expand Down Expand Up @@ -151,7 +149,7 @@ import { CoreHookContext, PreProvisionResForVS, VersionCheckRes } from "./types"
import { AppStudioResultFactory } from "../component/driver/teamsApp/results";
import { AppStudioError } from "../component/driver/teamsApp/errors";
import { copilotGptManifestUtils } from "../component/driver/teamsApp/utils/CopilotGptManifestUtils";
import { ActionInjector } from "../component/configManager/ActionInjector";
import { ActionInjector } from "../component/configManager/actionInjector";

export type CoreCallbackFunc = (name: string, err?: FxError, data?: any) => void | Promise<void>;

Expand Down

0 comments on commit 8ebfea1

Please sign in to comment.