Skip to content

Commit

Permalink
Merge commit '489a2b7fdfe0640d30c4932ef3c45e84c82a30cd' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
c3r38r170 committed Apr 26, 2024
2 parents 3699586 + 489a2b7 commit cc25d03
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion api/v1/respuesta.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ router.patch("/", function (req, res) {
respuesta.post.cuerpo = req.body.cuerpo;
respuesta.post.save();
res.status(200).json({ID:req.body.IDPregunta,motivo});
return;

}

let modera = getModera();
Expand All @@ -139,12 +139,15 @@ router.patch("/", function (req, res) {
});

editarRespuesta(resp.motivo);
return;
}

editarRespuesta();
return;
});
}else{
editarRespuesta();
return;
}

}
Expand Down

0 comments on commit cc25d03

Please sign in to comment.