updateStreetData(street)
      .then((street) => {
        res.status(204).end()
      })
      .catch(handleErrors)