Skip to content

Commit

Permalink
final test
Browse files Browse the repository at this point in the history
  • Loading branch information
s-tuli committed Aug 28, 2020
1 parent 8b57533 commit 46d9070
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions samples/BikeSharingApp/Bikes/server.js
Expand Up @@ -230,8 +230,7 @@ app.get('/api/bikes/:bikeId', function(req, res) {
return;
}

var theBike = result;

var theBike = result;
// Hard code image url *FIX ME*
//theBike.imageUrl = "/static/logo.svg";
theBike.id = theBike._id;
Expand Down

0 comments on commit 46d9070

Please sign in to comment.