db tamaños de strings mejorados
This commit is contained in:
@@ -18,10 +18,10 @@ const get = (body) => {
|
||||
{ model: Programa },
|
||||
],
|
||||
}).then((res) => {
|
||||
if (!res) throw new Error('No existe este servicio social.');
|
||||
return {
|
||||
idServicio: res.idServicio,
|
||||
creditos: res.creditos,
|
||||
nombre: res.nombre,
|
||||
correo: res.correo,
|
||||
telefono: res.telefono,
|
||||
direccion: res.direccion,
|
||||
|
||||
Reference in New Issue
Block a user