Skip to content

Commit

Permalink
Fixed semicolon error
Browse files Browse the repository at this point in the history
  • Loading branch information
DSRoden committed Aug 31, 2014
1 parent 8ea9ed3 commit 4b84083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/items.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ exports.itemBidPage= function(req, res){
Item.findTradeAndBiddableItems(req.params.itemId, res.locals.user._id, function(err,item, biddableItems){
res.render('items/show-bid', {item:item, biddableItems:biddableItems});
});
}
};

0 comments on commit 4b84083

Please sign in to comment.