fechas en db

This commit is contained in:
2020-11-23 11:03:30 -06:00
parent 7973212dbb
commit 9ab36e414b
9 changed files with 37 additions and 16 deletions
+1 -1
View File
@@ -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.' };
});
};