diff --git a/backend/src/plugins/Reminders.ts b/backend/src/plugins/Reminders.ts index 5f59e9bf..2d1a6a82 100644 --- a/backend/src/plugins/Reminders.ts +++ b/backend/src/plugins/Reminders.ts @@ -13,7 +13,6 @@ import { successMessage, } from "../utils"; import * as t from "io-ts"; -import { EventListenerTypes } from "typeorm/metadata/types/EventListenerTypes"; const ConfigSchema = t.type({ can_use: t.boolean,