forked from noxious/server
Typo
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Server } from 'socket.io'
|
||||
|
||||
import { BaseCommand } from'@/application/base/baseCommand'
|
||||
import { SocketEvent } from'@/application/enums'
|
||||
import { BaseCommand } from '@/application/base/baseCommand'
|
||||
import { SocketEvent } from '@/application/enums'
|
||||
|
||||
type CommandInput = string[]
|
||||
|
||||
|
Reference in New Issue
Block a user