From 8df1fbc9116aac71aacfc447ec6b41fb70939f1c Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 30 Jun 2022 22:28:37 +0000 Subject: [PATCH] rebase caused duplicate ReportPoller --- src/Mjolnir.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mjolnir.ts b/src/Mjolnir.ts index 2dea3c6..8766cbc 100644 --- a/src/Mjolnir.ts +++ b/src/Mjolnir.ts @@ -269,7 +269,6 @@ export class Mjolnir { // Setup join/leave listener this.roomJoins = new RoomMemberManager(this.client); this.taskQueue = new ThrottlingQueue(this, config.backgroundDelayMS); - this.reportPoller = new ReportPoller(this, reportManager); } public get lists(): BanList[] {