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