From aafb1d2ccb8b282e04b78307d1ee4b43fd9db39b Mon Sep 17 00:00:00 2001 From: Lemuel Marquez Date: Mon, 31 May 2021 16:22:35 -0500 Subject: [PATCH] status no se ha entregado equipo --- server/controller/Prestamo/status.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/controller/Prestamo/status.js b/server/controller/Prestamo/status.js index 437d4b6..a97d1fa 100644 --- a/server/controller/Prestamo/status.js +++ b/server/controller/Prestamo/status.js @@ -53,6 +53,10 @@ const status = async (body) => { prestamo: res, }; } + return { + message: 'Aun no se entrega el equipo al usuario.', + prestamo: res, + }; }); };