diff --git a/index.js b/index.js index f0503b4..b4a84d7 100644 --- a/index.js +++ b/index.js @@ -21,7 +21,7 @@ function onConnection(socket){ } } } - } + }); } io.on('connection', onConnection);