sin reportes

This commit is contained in:
xXpuma99Xx
2021-09-14 18:17:17 -05:00
parent f3bf04bbb8
commit 3bde0a4013
17 changed files with 166 additions and 383 deletions
+1 -1
View File
@@ -43,9 +43,9 @@ const multar = async (body) => {
.then((res) =>
Multa.create({
descripcion,
fechaFin: fechaFin.format(),
idInfraccion,
idPrestamo,
fechaFin: fechaFin.format(),
})
)
.then((res) => ({ message: `Se multo correctamente al alumno.` }));