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,