437ac2f7 by Rafal Wilinski Committed by GitHub

Merge pull request #8 from malixsys/patch-1

default spans typo
2 parents d7577c85 7c9712b0
Showing 1 changed file with 2 additions and 2 deletions
......@@ -77,7 +77,7 @@
}
if (config.spans === undefined || !config instanceof Array) {
config.spans = defaultConfig.span;
config.spans = defaultConfig.spans;
}
const io = require('socket.io')(config.socketPort);
......@@ -142,4 +142,4 @@
module.exports = middlewareWrapper;
}());
\ No newline at end of file
}());
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!