cambio de descripcion error

This commit is contained in:
xXpuma99Xx
2022-05-05 18:16:12 -05:00
parent 173140257a
commit 1fc4734079
+1 -1
View File
@@ -29,7 +29,7 @@ const obtenerAlumno = async (numeroCuenta) => {
})
.catch((err) => {
conn.end();
throw new Error('Hubo un problema con el querry.' + err);
throw new Error('Hubo un problema, intenta más tarde.');
});
};