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
1 changed files with 2 additions and 2 deletions

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;