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

This commit is contained in:
まっちゃとーにゅ 2024-01-05 18:28:52 +09:00
parent 875e0b11f8
commit 7750138b38
No known key found for this signature in database
GPG key ID: 143DE582A97FE052

View file

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