log y eliminar archivos de mas en drive

This commit is contained in:
2022-10-14 17:22:09 -05:00
parent 6c1d967c8c
commit 620c5da07c
3 changed files with 46 additions and 5 deletions
+1 -5
View File
@@ -98,11 +98,7 @@ const nuevo = async (body, file) => {
{ where: { idServicio: servicio.idServicio } }
)
)
.then((res) => {
console.log(res);
console.log("Se subió el archivo");
});
return { message: `Se Pre-Registro correctamente a este alumno alumno.` };
return { message: `Se Pre-Registro correctamente a este alumno.` };
});
};