🚧 save work

This commit is contained in:
Song
2021-01-17 15:18:55 +08:00
parent b419c0f096
commit 0e9c7d9086
11 changed files with 113 additions and 56 deletions
+2
View File
@@ -19,6 +19,8 @@ const app = express();
app.locals.isLogged = false;
app.locals.isAdmin = false;
app.locals.message = '';
app.locals.isErrorMessage = false;
setTimeout(async () => {
// TODO: Here we need an improvement! I have tried EventEmitter but it's not working. :(