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

This reverts commit b4f720cab6.
This commit is contained in:
riku6460
2023-07-23 02:10:36 +09:00
parent 6611b74a0c
commit 760bcf26a0
+1 -1
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;