enhancement(lint): Fix lint errors for src/index.ts

Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
zeon-neon[bot] 2025-01-05 04:16:14 +00:00 committed by GitHub
parent 8f35aa792c
commit a084f5b208
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ app.dbs.anondm = new EncryptedJsonDb("data/anondm.json", {
app.dbs.tags = new JSONdb("data/tags.json");
app.dbs.stickymessages = new JSONdb("data/stickymessages.json");
attachDB(db);
watchMem(app)
watchMem(app);
app.start(process.env.PORT || 3000).then(async (d) => {
console.log(`App is UP (please help)`);
watchForWhenIUseHacktime(app);