Skip to content

Commit

Permalink
Remove redundant example function declaration (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamochayon authored Jul 30, 2023
1 parent 48abdfa commit f251cf9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ function streamStock(ticker) {
});
}

function finish(stopMsg) {
socket.send(JSON.stringify(stopMsg));
}

const googTrades = streamStock('GOOG');
const nflxTrades = streamStock('NFLX');

Expand Down

0 comments on commit f251cf9

Please sign in to comment.