Skip to content

Commit 000e7aa

Browse files
committed
Uncomment required lines
1 parent bfa1ca0 commit 000e7aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/parse-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function startServer(options, callback) {
3636
app.use(options.mountPath, api);
3737

3838
var server = app.listen(options.port, callback);
39-
//server.on('connection', initializeConnections);
39+
server.on('connection', initializeConnections);
4040
if (options.startLiveQueryServer || options.liveQueryServerOptions) {
4141
let liveQueryServer = server;
4242
if (options.liveQueryPort) {

0 commit comments

Comments
 (0)