if(reaction === null) {
      err = new Error();
      err.status = 404;
      err.error = "Reaction Not Found";
      err.message = "The reaction that you were looking for could not be found.";