This commit is contained in:
Lemuel Marquez
2021-06-22 20:52:22 -05:00
parent 6eac56d58a
commit 16ed83abaa
+2 -2
View File
@@ -76,8 +76,8 @@ const pedir = async (body) => {
})
.then((res) =>
Prestamo.create({
// horaInicio: ahora.add(10, 'm').format(),
horaInicio: ahora.add(1, 'm').format(),
horaInicio: ahora.add(10, 'm').format(),
// horaInicio: ahora.add(1, 'm').format(),
horaFin: ahora.add(120, 'm').format(),
idUsuario,
idEquipo,