mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 22:05:10 +00:00
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:
parent
8f35aa792c
commit
a084f5b208
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue