Forgot a tiny thing

This commit is contained in:
Neko Life 2021-05-24 17:27:54 +00:00
parent b7b5d0dc5d
commit 30839822c7

View file

@ -25,7 +25,6 @@ Structures.extend("Guild", g => {
let found = [];
if (this.infractions.length > 0) {
for (const inf of this.infractions) {
let added = false;
for (const user of inf.by) {
if (user.id === get) {
found.push(inf);