Merge branch 'develop'

This commit is contained in:
kittapath 2025-03-11 12:50:27 +07:00
commit c1592b5182

View file

@ -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();