From 9695074b3e5097f2c2d413a55296e27db02784d5 Mon Sep 17 00:00:00 2001 From: zevaryx Date: Wed, 4 May 2022 23:47:07 -0600 Subject: [PATCH] Fix typo --- jarvis/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: