This commit is contained in:
Leifer Mendez
2022-04-20 14:16:42 +02:00
parent f09ac862d5
commit 9a92b152a4

2
app.js
View File

@@ -138,8 +138,6 @@ const withSession = () => {
client.on('ready', () => {
connectionReady()
listenMessage()
loadRoutes(client);
socketEvents.sendStatus()
});
client.on('auth_failure', () => connectionLost())