Merge branch 'master' of https://github.com/RafalWilinski/express-monitor
Showing
1 changed file
with
2 additions
and
2 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); |
... | @@ -142,4 +142,4 @@ | ... | @@ -142,4 +142,4 @@ |
142 | 142 | ||
143 | module.exports = middlewareWrapper; | 143 | module.exports = middlewareWrapper; |
144 | 144 | ||
145 | }()); | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
145 | }()); | ... | ... |
-
Please register or sign in to post a comment