Skip to content

Commit

Permalink
fix auditing
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Jun 28, 2024
1 parent 0fc5964 commit 5f400bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tacticalrmm/scripts/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def post(self, request, agent_id):

AuditLog.audit_test_script_run(
username=request.user.username,
agent=None,
agent=agent,
script_body=script_body,
debug_info={"ip": request._client_ip},
)
Expand Down

0 comments on commit 5f400bc

Please sign in to comment.