Skip to content

Commit

Permalink
fix: use connectorClientOptions to create ConnectorFactory (#4420)
Browse files Browse the repository at this point in the history
  • Loading branch information
k44 committed Jan 27, 2023
1 parent 736979c commit cc4c733
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ export class ParameterizedBotFrameworkAuthentication extends BotFrameworkAuthent
this.toChannelFromBotOAuthScope,
this.toChannelFromBotLoginUrl,
this.validateAuthority,
this.credentialsFactory
this.credentialsFactory,
this.connectorClientOptions
);

return {
Expand Down Expand Up @@ -188,7 +189,8 @@ export class ParameterizedBotFrameworkAuthentication extends BotFrameworkAuthent
this.toChannelFromBotOAuthScope,
this.toChannelFromBotLoginUrl,
this.validateAuthority,
this.credentialsFactory
this.credentialsFactory,
this.connectorClientOptions
);
}

Expand Down

0 comments on commit cc4c733

Please sign in to comment.