Skip to content

Commit

Permalink
feat(teams): fix for single tenant
Browse files Browse the repository at this point in the history
  • Loading branch information
sebburon committed Dec 5, 2023
1 parent 9e89e66 commit 62274eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/channels/src/teams/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export class TeamsService extends ChannelService<TeamsConfig, TeamsState> {

async create(scope: string, config: TeamsConfig) {
const adapter = new BotFrameworkAdapter({
channelAuthTenant: config.tenantId,
appId: config.appId,
appPassword: config.appPassword
})
Expand Down

0 comments on commit 62274eb

Please sign in to comment.