errores gramataicales

This commit is contained in:
xXpuma99Xx
2021-09-17 16:57:38 -05:00
parent 67643e0f13
commit 415f00ae04
7 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ const multar = async (body) => {
idPrestamo,
})
)
.then((res) => ({ message: `Se multo correctamente al alumno.` }));
.then((res) => ({ message: `Se levantó correctamente el reporte de multa.` }));
};
module.exports = multar;