summaryrefslogtreecommitdiff
path: root/packages/gateway/src/commands/utilities.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gateway/src/commands/utilities.ts')
-rw-r--r--packages/gateway/src/commands/utilities.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/gateway/src/commands/utilities.ts b/packages/gateway/src/commands/utilities.ts
index bc9892d..7aa49f0 100644
--- a/packages/gateway/src/commands/utilities.ts
+++ b/packages/gateway/src/commands/utilities.ts
@@ -591,7 +591,6 @@ export const executeBulkRoleAssignment = async (
if (error.code === 10007 || error.message?.includes("Unknown Member")) {
notInGuildCount += 1;
-
} else {
errorCount += 1;
}