if (!req.body.vote) {
          err = new Error();
          err.status = 400;
          err.error = "Vote attribute not found in body";
          err.message = "A vote attribute must be passed in body (ex. {'vote':'up'}) - valid values are 'up' or 'down'";