Remove unused conf import
This commit is contained in:
parent
c79d8f970a
commit
ce252d471a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
|
import { games, log } from '../main';
|
||||||
import { Game } from '../objects/Game';
|
import { Game } from '../objects/Game';
|
||||||
import { Player } from '../objects/Player';
|
import { Player } from '../objects/Player';
|
||||||
import { Server, Socket } from 'socket.io';
|
import { Server, Socket } from 'socket.io';
|
||||||
import { conf, games, log } from '../main';
|
|
||||||
|
|
||||||
export default (io: Server, socket: Socket, data: CreateGame) => {
|
export default (io: Server, socket: Socket, data: CreateGame) => {
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue