Typo
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import { Server as SocketServer } from 'socket.io'
|
||||
|
||||
import type { TSocket } from'@/application/types'
|
||||
import type { TSocket } from '@/application/types'
|
||||
|
||||
import { SocketEvent } from'@/application/enums'
|
||||
import { SocketEvent } from '@/application/enums'
|
||||
|
||||
export default class SomeJob {
|
||||
constructor(private params: any) {}
|
||||
|
Reference in New Issue
Block a user