Skip to content

Commit

Permalink
Minor start script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Brundage committed Nov 22, 2010
1 parent 2bf7011 commit f5bf85e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/bid_analyser.coffee
Expand Up @@ -39,7 +39,7 @@ class BidAnalyser
callback(null, null)
return
for bid in bids
sharesSold += bid.price * bid.shares
sharesSold += bid.shares

if memo
key = "$"+String(bid.price)
Expand Down
2 changes: 1 addition & 1 deletion server/bid_analyser.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f5bf85e

Please sign in to comment.