Django - Async Django
Identify the error in this Django async view:
async def my_view(request):
result = fetch_data()
return JsonResponse({'result': result})