Skip to content

Commit

Permalink
Merge pull request #8 from malixsys/patch-1
Browse files Browse the repository at this point in the history
default spans typo
  • Loading branch information
RafalWilinski authored Aug 17, 2016
2 parents d7577c8 + 7c9712b commit 437ac2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -142,4 +142,4 @@

module.exports = middlewareWrapper;

}());
}());

0 comments on commit 437ac2f

Please sign in to comment.