Commit 57f083a9 by Oleksandr Barabash

hotfix on async function

parent 200b7dd3
...@@ -367,7 +367,7 @@ class TeamsMessagingExtensionsActionPreviewBot(TeamsActivityHandler): ...@@ -367,7 +367,7 @@ class TeamsMessagingExtensionsActionPreviewBot(TeamsActivityHandler):
return return
# try get flow link # try get flow link
def request(): async def request():
""" request """ """ request """
try: try:
flow = await self.cosmos_client.get_flow(message) flow = await self.cosmos_client.get_flow(message)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment