Skip to content

Commit

Permalink
refactor: update
Browse files Browse the repository at this point in the history
  • Loading branch information
yukun-dong committed Jul 18, 2023
1 parent 406b950 commit 238c5ac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion bot-sso/ssoDialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import "isomorphic-fetch";
import { TeamsBotSsoPrompt } from "@microsoft/teamsfx";
import oboAuthConfig from "./authConfig";
import config from "./config";
import { SSOCommandMap } from "./commands/SSOCommands";
import { SSOCommandMap } from "./commands/SSOCommandMap";

const DIALOG_NAME = "SSODialog";
const MAIN_WATERFALL_DIALOG = "MainWaterfallDialog";
Expand Down
2 changes: 1 addition & 1 deletion bot-sso/teamsBot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
StatePropertyAccessor,
} from "botbuilder";
import { SSODialog } from "./ssoDialog";
import { SSOCommandMap } from "./commands/SSOCommands";
import { SSOCommandMap } from "./commands/SSOCommandMap";

export class TeamsBot extends TeamsActivityHandler {
conversationState: ConversationState;
Expand Down

0 comments on commit 238c5ac

Please sign in to comment.