diff --git a/src/index.ts b/src/index.ts index 1e899cc..6674ece 100644 --- a/src/index.ts +++ b/src/index.ts @@ -38,7 +38,7 @@ app.dbs.anondm = new EncryptedJsonDb("data/anondm.json", { app.dbs.mykcd = new JSONdb("data/mykcd.json"); app.dbs.tags = new JSONdb("data/tags.json"); app.dbs.stickymessages = new JSONdb("data/stickymessages.json"); -app.dbs.thething = new JSONdb("data/the-thing-hc.json") +app.dbs.thething = new JSONdb("data/the-thing-hc.json"); console.debug(`Dbs loaded`); console.timeEnd(`Loading db's`); app.db = db;