Improved readability of weather and date managers

This commit is contained in:
2025-01-01 22:09:44 +01:00
parent 0464538b1c
commit 2d6831b4ef
3 changed files with 113 additions and 101 deletions

View File

@ -43,8 +43,8 @@ export class Server {
SocketManager.boot(this.app, this.http),
QueueManager.boot(),
UserManager.boot(),
// DateManager.boot(SocketManager.getIO()),
// WeatherManager.boot(SocketManager.getIO()),
DateManager.boot(),
WeatherManager.boot(),
ZoneManager.boot(),
ConsoleManager.boot()
])