We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad5bcc5 commit 33901a2Copy full SHA for 33901a2
src/index.ts
@@ -22,7 +22,7 @@ import { generateInviteLink } from "./controllers/generateDiscordInvite";
22
import { sendProfileBlockedMessage } from "./controllers/profileHandler";
23
import { sendTaskUpdatesHandler } from "./controllers/taskUpdatesHandler";
24
25
-import config from "./config/config";
+import config from "./../config/config";
26
27
const router = Router();
28
0 commit comments