Skip to content

Commit

Permalink
mf
Browse files Browse the repository at this point in the history
  • Loading branch information
mam10eks committed Dec 3, 2024
1 parent 2eec7bf commit 50641cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/src/tira_app/endpoints/admin_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,6 @@ def admin_create_group(request, vm_id):
return JsonResponse({"status": 1, "message": repr(e)})



@check_conditional_permissions(restricted=True)
@check_resources_exist("json")
def admin_edit_review(request, dataset_id, vm_id, run_id):
Expand Down

0 comments on commit 50641cf

Please sign in to comment.