Skip to content

Commit

Permalink
Update botbuilder.api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ceciliaavila committed Jan 13, 2025
1 parent 2182d60 commit b37c78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/botbuilder/etc/botbuilder.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ export class SharePointActivityHandler extends ActivityHandler {
// @public
export class SharePointSSOTokenExchangeMiddleware implements Middleware {
constructor(storage: Storage_2, oAuthConnectionName: string);
onTurn(context: TurnContext, next: () => Promise<void>): Promise<void>;
onTurn(context: TurnContext, _next: () => Promise<void>): Promise<void>;
}

// @public @deprecated (undocumented)
Expand Down

0 comments on commit b37c78a

Please sign in to comment.