From 34aed027f47e60c2855390ba77db45707f11bda1 Mon Sep 17 00:00:00 2001 From: roflmaoqwerty Date: Wed, 8 Jan 2020 14:33:12 +1100 Subject: [PATCH] removed unnecessary code lines --- 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 22678f96..5f59e9bf 100644 --- a/backend/src/plugins/Reminders.ts +++ b/backend/src/plugins/Reminders.ts @@ -11,7 +11,6 @@ import { errorMessage, sorter, successMessage, - tDateTime, } from "../utils"; import * as t from "io-ts"; import { EventListenerTypes } from "typeorm/metadata/types/EventListenerTypes";