commit | a2e39c7ffbb91dc0424c484f86fb508b974239f1 | [log] [tgz] |
---|---|---|
author | pineafan <pineapplefanyt@gmail.com> | Tue Feb 21 18:37:32 2023 +0000 |
committer | pineafan <pineapplefanyt@gmail.com> | Tue Feb 21 18:37:32 2023 +0000 |
tree | 1b2204e50d3313ef9b7a2643de9c0afd6d2c3341 | |
parent | 96228bdb24b74f36d69a9ef079a1e2ce0f84bd64 [diff] [blame] |
Fixed all typescript errors (hopefully, github)
diff --git a/src/utils/eventScheduler.ts b/src/utils/eventScheduler.ts index 60d525c..bdd0d21 100644 --- a/src/utils/eventScheduler.ts +++ b/src/utils/eventScheduler.ts
@@ -2,7 +2,7 @@ import client from "./client.js"; import * as fs from "fs"; import * as path from "path"; -import config from "../config/main.json" assert { type: "json" }; +import config from "../config/main.js"; class EventScheduler { private agenda: Agenda;