From 4d657fa7e36bde71fe94337d440d7dd81d71e0bc Mon Sep 17 00:00:00 2001 From: Nick Greenfield Date: Mon, 6 Jul 2020 14:59:48 -0700 Subject: [PATCH] WIP --- samples/BikeSharingApp/Bikes/server.js | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/BikeSharingApp/Bikes/server.js b/samples/BikeSharingApp/Bikes/server.js index c85b4a752..c15d68cd6 100644 --- a/samples/BikeSharingApp/Bikes/server.js +++ b/samples/BikeSharingApp/Bikes/server.js @@ -232,7 +232,6 @@ app.get('/api/bikes/:bikeId', function(req, res) { var theBike = result; // Hard code image url *FIX ME* - theBike.imageUrl = "/static/logo.svg"; theBike.id = theBike._id; delete theBike._id;