1
0
forked from noxious/server

npm run format

This commit is contained in:
2025-02-01 16:18:58 +01:00
parent 925721be8a
commit 90559e8388
4 changed files with 28 additions and 28 deletions

View File

@ -2,8 +2,8 @@ import { BaseEvent } from '#application/base/baseEvent'
import { UUID } from '#application/types'
import MapManager from '#managers/mapManager'
import MapRepository from '#repositories/mapRepository'
import ChatService from '#services/chatService'
import TeleportService from '#services/characterTeleportService'
import ChatService from '#services/chatService'
type TypePayload = {
message: string