Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
urchinpro committed Sep 15, 2023
1 parent 5a21df2 commit 8326680
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration_framework/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2505,7 +2505,6 @@ def directions_by_category_result_year(request):
@api_view(['POST'])
def results_by_direction(request):
request_data = json.loads(request.body)
print(request_data)
if not hasattr(request.user, 'hospitals'):
return Response({"ok": False, 'message': 'Некорректный auth токен'})
oid_org = request_data.get(("oid") or '')
Expand Down

0 comments on commit 8326680

Please sign in to comment.