Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
folland87 committed Dec 9, 2024
1 parent 7e394b2 commit 665ddc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os from "os";
import { Agenda } from "agenda";
import config from "../../config";
import config from "../config";
import logger from "../services/logger.service";
import { db } from "../services/mongo.service";
import askForEmailRevalidation from "./ask-for-email-validation";
Expand Down

0 comments on commit 665ddc0

Please sign in to comment.