Skip to content

Commit

Permalink
feat(teams): fix for single tenant (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebburon committed Dec 8, 2023
1 parent 9e89e66 commit 6c89e49
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 6c89e49

Please sign in to comment.