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 1 additions and 1 deletions
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
77 } 77 }
78 78
79 if (config.spans === undefined || !config instanceof Array) { 79 if (config.spans === undefined || !config instanceof Array) {
80 config.spans = defaultConfig.span; 80 config.spans = defaultConfig.spans;
81 } 81 }
82 82
83 const io = require('socket.io')(config.socketPort); 83 const io = require('socket.io')(config.socketPort);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!