Find the async invocation bug in this generated handler.
Python
async def handle_ticket(chain, ticket):
response = chain.ainvoke(ticket)
return response.content
async def handle_ticket(chain, ticket):
response = chain.ainvoke(ticket)
return response.content