diff --git a/jarvis/client.py b/jarvis/client.py index 6952f1c..7b84d72 100644 --- a/jarvis/client.py +++ b/jarvis/client.py @@ -343,7 +343,7 @@ class Jarvis(Client): for role in after.roles: if role not in before.roles: reason = "N/A" - if entry := find(lambda x: x.new_value == role.id, auditlog.entires): + if entry := find(lambda x: x.new_value == role.id, auditlog.entries): reason = entry.reason new_roles[role] = reason