ddf9d2b3 by Martin Alix Committed by GitHub

default spans typo

1 parent d7577c85
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 = path;
}
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!