From ca1d66b7ac4dad13bccfb5b6bfbf1ef09d5bf496 Mon Sep 17 00:00:00 2001 From: gnuxie Date: Tue, 26 Jul 2022 15:48:37 +0100 Subject: [PATCH] leftover healthz import --- src/Mjolnir.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mjolnir.ts b/src/Mjolnir.ts index 9ac587b..343e9ce 100644 --- a/src/Mjolnir.ts +++ b/src/Mjolnir.ts @@ -38,7 +38,6 @@ import { PROTECTIONS } from "./protections/protections"; import { ConsequenceType, Consequence } from "./protections/consequence"; import { ProtectionSettingValidationError } from "./protections/ProtectionSettings"; import { UnlistedUserRedactionQueue } from "./queues/UnlistedUserRedactionQueue"; -import { Healthz } from "./health/healthz"; import { EventRedactionQueue, RedactUserInRoom } from "./queues/EventRedactionQueue"; import { htmlEscape } from "./utils"; import { ReportManager } from "./report/ReportManager";