summaryrefslogtreecommitdiff
path: root/src/helpers.ts
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2024-02-26 12:10:46 +0000
committerRaphael Kabo <raphaelkabo@hey.com>2024-02-26 12:10:46 +0000
commit13e94921bd7942628a246f8c613cd898c45d9280 (patch)
treec2b45d0fa91b27e2ae57c6711fb6163eff8238ba /src/helpers.ts
parent9e11c3667e027f805fca37b5dffe9d8a52303a14 (diff)
fix: remove unused imports
Diffstat (limited to 'src/helpers.ts')
-rw-r--r--src/helpers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers.ts b/src/helpers.ts
index 6eda3d0..47b380f 100644
--- a/src/helpers.ts
+++ b/src/helpers.ts
@@ -1,6 +1,6 @@
import moment from "moment-timezone";
import icalGenerator from "ical-generator";
-import Log, { ILog } from "./models/Log.js";
+import Log from "./models/Log.js";
import { getConfig } from "./lib/config.js";
import { IEvent } from "./models/Event.js";