forked from coolaj86/goldilocks.js
at minimum return raw ws
This commit is contained in:
parent
9098c9b0d3
commit
2f04da9bc2
|
@ -7,8 +7,9 @@ module.exports.create = function (opts, servers) {
|
|||
Oauth3: Oauth3
|
||||
, PromiseA: opts.PromiseA
|
||||
, CLI: {
|
||||
init: function (/*rs, ws, state, options*/) {
|
||||
init: function (rs, ws/*, state, options*/) {
|
||||
// noop
|
||||
return ws;
|
||||
}
|
||||
}
|
||||
}).Tunnel;
|
||||
|
|
Loading…
Reference in New Issue