rebase caused duplicate ReportPoller

This commit is contained in:
jesopo 2022-06-30 22:28:37 +00:00
parent 122789ea5b
commit 8df1fbc911

View File

@ -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[] {