fechas en db
This commit is contained in:
@@ -12,7 +12,7 @@ const cancelar = async (body) => {
|
||||
return Servicio.update({ idStatus: 10 }, { where: { idServicio } });
|
||||
})
|
||||
.then((res) => {
|
||||
return { message: 'Se cancelo correctamente el servicio.' };
|
||||
return { message: 'Se cancelo correctamente este Servicio Social.' };
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user