diff --git a/src/app.ts b/src/app.ts index dfb4a7b3..dc1f99c6 100644 --- a/src/app.ts +++ b/src/app.ts @@ -18,9 +18,9 @@ import { initWebSocket } from "./services/webSocket"; async function main() { await AppDataSource.initialize(); - - initWebSocket(); - + + // initWebSocket(); + const app = express(); app.use( @@ -104,8 +104,6 @@ async function main() { } runMessageQueue(); - - } main();