Skip to content

Commit

Permalink
Update iterators.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Jul 4, 2024
1 parent 3a1b155 commit 456c1d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions discord/iterators.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,10 +557,6 @@ async def _fill(self):
self._users[u.id] = u

for element in data:
# TODO: remove this if statement later
if element["action_type"] is None:
continue

await self.entries.put(
AuditLogEntry(data=element, users=self._users, guild=self.guild)
)
Expand Down

0 comments on commit 456c1d4

Please sign in to comment.