🚚 move timeouts job into folder

This commit is contained in:
Axel Olausson Holtenäs 2022-06-11 18:24:21 +02:00
parent a8694d2e06
commit 46bb4b6f6d
No known key found for this signature in database
GPG key ID: 7BF6826B76382CBA

View file

@ -1,8 +1,8 @@
import logger from "../logger";
import logger from "../../logger";
import timeoutSchema from "../models/timeout";
import timeoutSchema from "../../models/timeout";
import addSeconds from "../helpers/addSeconds";
import addSeconds from "../../helpers/addSeconds";
export const options = {
schedule: "*/30 * * * *", // https://crontab.guru/