stop() ReportPoll in Mjolnir.stop()

This commit is contained in:
jesopo 2022-04-01 15:00:11 +00:00
parent f3ad0e5db4
commit 3c128bfeaf

View File

@ -372,6 +372,7 @@ export class Mjolnir {
LogService.info("Mjolnir", "Stopping Mjolnir...");
this.client.stop();
this.webapis.stop();
this.reportPoll.stop();
}
public async logMessage(level: LogLevel, module: string, message: string | any, additionalRoomIds: string[] | string | null = null, isRecursive = false): Promise<any> {