Skip to content

Commit f2af5dd

Browse files
authored
corrected import location
1 parent d2bdd32 commit f2af5dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ import { sendProfileBlockedMessage } from "./controllers/profileHandler";
2323
import { sendTaskUpdatesHandler } from "./controllers/taskUpdatesHandler";
2424

2525
import config from "./../config/config";
26-
import { loadEnv } from "../config/envVarCheck";
27-
26+
import { loadEnv } from "./../config/config";
2827
const router = Router();
2928

3029
router.get("/", async () => {

0 commit comments

Comments
 (0)