From 4afe91e6b89ba8e842ccee4d82196536f6aeb448 Mon Sep 17 00:00:00 2001 From: Nick Greenfield Date: Mon, 6 Jul 2020 15:16:44 -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;