From a1cb358d16062ff3a191e3df880f7f09508577ec Mon Sep 17 00:00:00 2001 From: roflmaoqwerty Date: Wed, 8 Jan 2020 14:34:36 +1100 Subject: [PATCH] removed unnecessary code lines 2: electric boogaloo --- backend/src/plugins/Reminders.ts | 1 - 1 file changed, 1 deletion(-) 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,