Improved entities, ran formatting, utilise getters and setters

This commit is contained in:
2024-12-26 16:45:00 +01:00
parent 691abb7c4f
commit 4a963b4359
18 changed files with 68 additions and 97 deletions

View File

@ -74,7 +74,7 @@ export class Server {
await UserManager.boot()
// Load date manager
await DateManager.boot(this.io)
// await DateManager.boot(this.io)
// Load weather manager
await WeatherManager.boot(this.io)