Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenGorenflo committed Mar 14, 2016
1 parent b0803d4 commit 28e8200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ database.connect()
console.log('follow resp:', err || data);
})*/
//.listen({type: transportMethod, pin: patternPin});
.listen({type: 'tcp', port: 7002, pin: patternPin})
.listen({type: 'tcp', port: 7002, pin: patternPin});
//.wrap(patternPin, util.reporter.report);
});

0 comments on commit 28e8200

Please sign in to comment.