Skip to content
Snippets Groups Projects
Commit acbb2b8d authored by Tim Emiola's avatar Tim Emiola
Browse files

Merge pull request #446 from murgatroid99/node_stock_server_typo_fix

Fixed typo in stock_server.js
parents 8fd62d70 79a78c22
No related branches found
No related tags found
No related merge requests found
...@@ -85,4 +85,4 @@ if (require.main === module) { ...@@ -85,4 +85,4 @@ if (require.main === module) {
stockServer.listen(); stockServer.listen();
} }
exports.module = stockServer; module.exports = stockServer;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment