Correct typo
Some checks are pending
CI / build (20.x, 3.12) (push) Waiting to run
CI / build (20.x, 3.13) (push) Waiting to run
CI / build (20.x, 3.14) (push) Waiting to run

This commit is contained in:
Jeremy Stretch
2026-01-22 08:20:48 -05:00
parent 062b54c6c0
commit 4c340b6353

View File

@@ -134,7 +134,7 @@ def process_event_rules(event_rules, object_type, event_type, data, username=Non
# Resolve the script from action parameters
script = event_rule.action_object.python_class()
# Retrieve the User if nto already resolved
# Retrieve the User if not already resolved
if user is None:
user = User.objects.get(username=username)