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 66a89b9 commit 2367be7Copy full SHA for 2367be7
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