Renamed folder utilities > application, added baseEntity class, updated baseRepo class, removed prisma helper
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { Server } from 'socket.io'
|
||||
import { appLogger } from '#utilities/logger'
|
||||
import { appLogger } from '#application/logger'
|
||||
import worldService from '#services/worldService'
|
||||
import worldRepository from '#repositories/worldRepository'
|
||||
|
||||
@ -25,9 +25,9 @@ class WeatherManager {
|
||||
}
|
||||
|
||||
public async boot(io: Server): Promise<void> {
|
||||
this.io = io
|
||||
await this.loadWeather()
|
||||
this.startWeatherLoop()
|
||||
// this.io = io
|
||||
// await this.loadWeather()
|
||||
// this.startWeatherLoop()
|
||||
appLogger.info('Weather manager loaded')
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user