From 45c7efd6ca3397407c9de846e4e9c4482589aeb5 Mon Sep 17 00:00:00 2001 From: Findeton Date: Thu, 4 Dec 2025 16:53:37 -0500 Subject: [PATCH] wip --- iam/api/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):