diff --git a/jarvis/client.py b/jarvis/client.py index f532642..5265e34 100644 --- a/jarvis/client.py +++ b/jarvis/client.py @@ -337,7 +337,7 @@ class Jarvis(Client): for role in before.roles: if role not in after.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 removed_roles[role] = reason for role in after.roles: