Skip to content

Commit 2367be7

Browse files
committed
Update instance.js
1 parent 66a89b9 commit 2367be7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/instance.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Picker = new PickerImp();
2-
WebApp.connectHandlers.use(function(req, res, next) {
2+
WebApp.rawConnectHandlers.use(function(req, res, next) {
33
Picker._dispatch(req, res, next);
4-
});
4+
});

0 commit comments

Comments
 (0)