Revert "ServerStatsService を無効化 (#91)"

This reverts commit b4f720cab6.
This commit is contained in:
riku6460 2023-07-02 09:54:26 +09:00 committed by まっちゃとーにゅ
parent 6611b74a0c
commit 760bcf26a0
No known key found for this signature in database
GPG Key ID: 6AFBBF529601C1DB
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ export async function server() {
app.get(ChartManagementService).start();
app.get(JanitorService).start();
app.get(QueueStatsService).start();
// app.get(ServerStatsService).start();
app.get(ServerStatsService).start();
}
return app;