sin reportes
This commit is contained in:
@@ -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.` }));
|
||||
|
||||
Reference in New Issue
Block a user