8000 Add missing paran in exchange_token() call (#2182) · microsoft/botbuilder-python@3e76e54 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e76e54

Browse files
authored
Add missing paran in exchange_token() call (#2182)
1 parent cf1d045 commit 3e76e54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/botbuilder-dialogs/botbuilder/dialogs/_user_token_access.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ async def exchange_token(
104104
channel_id = turn_context.activity.channel_id
105105
return await user_token_client.exchange_token(
106106
user_id,
107+
settings.connection_name,
107108
channel_id,
108109
token_exchange_request,
109110
)

0 commit comments

Comments
 (0)
0