mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 04:51:16 +08:00
fixed logger not defined
This commit is contained in:
parent
2588819502
commit
7f1e50e3bd
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
const { CronJob } = require("cron");
|
||||
const { mongoDB } = require("../init/mongodb");
|
||||
const Logger = require("../handlers/logger");
|
||||
|
||||
const CRON_SCHEDULE = "0 0 0 * * *";
|
||||
const LOG_MAX_AGE_DAYS = 7;
|
||||
|
|
Loading…
Reference in a new issue