Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
singhk97 authored Feb 15, 2024
1 parent c95b97d commit 9c3a618
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/samples/06.assistants.b.orderBot/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ import { ConfigurationServiceClientCredentialFactory, TurnContext } from 'botbui

import { TeamsAdapter } from '@microsoft/teams-ai';

// Include the Teams AI custom component
import * as bot from './bot';

// Read botFilePath and botFileSecret from .env file.
const ENV_FILE = path.join(__dirname, '..', '.env');
config({ path: ENV_FILE });

// Include the Teams AI custom component
import * as bot from './bot';

// Create adapter.
// See https://aka.ms/about-bot-adapter to learn more about how bots work.
const adapter = new TeamsAdapter(
Expand Down

0 comments on commit 9c3a618

Please sign in to comment.