diff --git a/iam/api/views.py b/iam/api/views.py index a075f00c..35852561 100644 --- a/iam/api/views.py +++ b/iam/api/views.py @@ -3047,7 +3047,7 @@ def post(self, request, pk): # get AuthEvent and parse request json req = parse_json_request(request) - TallyStatusView.tally_status_post(pk, req, request.user) + return TallyStatusView.tally_status_post(pk, req, request.user) def get(self, request, pk):