error lemuel

This commit is contained in:
Lemuel Marquez
2020-12-09 18:33:41 -06:00
parent 9450983f8e
commit 9b413a116b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ const cartaTermino = async (body, file) => {
})
.then((res) => {
return Servicio.update(
{ cartaTermino: res, idStatus: 5 },
{ cartaTermino: res },
{ where: { idServicio } }
);
})