Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ async def create_connector_client(
context
and context.activity.recipient
and context.activity.recipient.role == RoleTypes.connector_user
) or service_url.startswith("https://pvaruntime"):
):
Comment thread
axelsrz marked this conversation as resolved.
return MCSConnectorClient(
endpoint=service_url,
)
Expand Down
Loading