From 16ed83abaa13f99c48e57dcf7f5d66ae2e3d3ea0 Mon Sep 17 00:00:00 2001 From: Lemuel Marquez Date: Tue, 22 Jun 2021 20:52:22 -0500 Subject: [PATCH] 10 min --- server/controller/Prestamo/pedir.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/controller/Prestamo/pedir.js b/server/controller/Prestamo/pedir.js index dfbf883..716ca27 100644 --- a/server/controller/Prestamo/pedir.js +++ b/server/controller/Prestamo/pedir.js @@ -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,