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, + }; }); };