We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06202ab commit d5ef8c8Copy full SHA for d5ef8c8
index.js
@@ -1,5 +1,6 @@
1
module.exports = (config = {}) => {
2
- const router = config.router || require('./lib/router/sequential')(config)
+ // Sequential is default and only router implementation for now
3
+ const router = require('./lib/router/sequential')(config)
4
5
return {
6
router
0 commit comments