Improved readability of weather and date managers
This commit is contained in:
@ -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()
|
||||
])
|
||||
|
Reference in New Issue
Block a user