Skip to content

Commit

Permalink
Add missing paran in exchange_token() call (#2182)
Browse files Browse the repository at this point in the history
  • Loading branch information
gandiddi authored Oct 29, 2024
1 parent cf1d045 commit 3e76e54
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ async def exchange_token(
channel_id = turn_context.activity.channel_id
return await user_token_client.exchange_token(
user_id,
settings.connection_name,
channel_id,
token_exchange_request,
)
Expand Down

0 comments on commit 3e76e54

Please sign in to comment.