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.
2 parents 66a89b9 + 2367be7 commit 66d507bCopy full SHA for 66d507b
lib/instance.js
@@ -1,4 +1,4 @@
1
Picker = new PickerImp();
2
-WebApp.connectHandlers.use(function(req, res, next) {
+WebApp.rawConnectHandlers.use(function(req, res, next) {
3
Picker._dispatch(req, res, next);
4
-});
+});
0 commit comments