Unbind unused declaration
This commit is contained in:
parent
191e6c068d
commit
f6c4999c63
1 changed files with 1 additions and 1 deletions
|
|
@ -323,7 +323,7 @@ const server = program => {
|
||||||
|
|
||||||
const serverInstance = await createServer()
|
const serverInstance = await createServer()
|
||||||
|
|
||||||
const io = require('socket.io')(serverInstance, {
|
require('socket.io')(serverInstance, {
|
||||||
parser: binaryParser,
|
parser: binaryParser,
|
||||||
transports: ['websocket', 'polling'],
|
transports: ['websocket', 'polling'],
|
||||||
cors: {
|
cors: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue