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

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;