mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 16:28:19 +00:00
enhancement(lint): Fix lint errors for src/index.ts
Co-authored-by: NeonGamerBot-QK <neon@saahild.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
parent
fa7748471f
commit
a9bd7bdf56
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue