Skip to content

Commit

Permalink
fixup! use port value given in log statement
Browse files Browse the repository at this point in the history
Signed-off-by: virkt25 <[email protected]>
  • Loading branch information
virkt25 committed Sep 27, 2018
1 parent a422b6c commit 3c9be5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recommender/mock-recommendation-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function createRecommendationServer(port: number = 3001) {

return app.listen(port, () => {
console.log(
'Mock Product Recommender powered by Express started on port 3001',
`Mock Product Recommender powered by Express started on port ${port}`,
);
});
}

0 comments on commit 3c9be5d

Please sign in to comment.