campos de archivos no pueden ser null

This commit is contained in:
2021-01-22 19:20:33 -06:00
parent 21fc3396a6
commit bb5a9ca166
3 changed files with 3 additions and 3 deletions
@@ -57,7 +57,7 @@ const cancelar = async (body) => {
)
.then((res) =>
Servicio.update(
{ idStatus: 7, cartaAceptacion: null },
{ idStatus: 7, cartaAceptacion: '' },
{ where: { idServicio } }
)
)