perf(StatsService): QueueStatsServiceが動作しないように

This commit is contained in:
まっちゃとーにゅ
2024-01-05 18:28:52 +09:00
parent 875e0b11f8
commit 7750138b38

View File

@@ -24,8 +24,8 @@ export async function server() {
if (process.env.NODE_ENV !== 'test') {
app.get(ChartManagementService).start();
app.get(QueueStatsService).start();
app.get(ServerStatsService).start();
// app.get(QueueStatsService).start();
// app.get(ServerStatsService).start();
}
return app;