Skip to content

Commit 73e3f1a

Browse files
authored
lint fix
1 parent 277c17c commit 73e3f1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/server/proxy-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ module.exports = function createProxyServer (bs, scripts) {
108108
*/
109109
applyFns("proxyReq", proxyReq);
110110
applyFns("proxyRes", proxyRes);
111-
applyFns('proxyReqWs', opt.get("proxyReqWs"))
111+
applyFns("proxyReqWs", opt.get("proxyReqWs"))
112112

113113
/**
114114
* Handle Proxy errors

0 commit comments

Comments
 (0)