mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 04:51:16 +08:00
fixed errors not being able to be logged
This commit is contained in:
parent
96ccad28b1
commit
a4d8efad1a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ config({ path: path.join(__dirname, ".env") });
|
|||
const CronJob = require("cron").CronJob;
|
||||
const cors = require("cors");
|
||||
const admin = require("firebase-admin");
|
||||
|
||||
const Logger = require("./handlers/logger.js");
|
||||
const serviceAccount = require("./credentials/serviceAccountKey.json");
|
||||
const { connectDB, mongoDB } = require("./init/mongodb");
|
||||
|
||||
|
|
Loading…
Reference in a new issue