From 2f436d3651ddcc10dcb60f5dd740043d357d68a0 Mon Sep 17 00:00:00 2001 From: zevaryx Date: Wed, 4 May 2022 23:16:02 -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 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