log y eliminar archivos de mas en drive
This commit is contained in:
@@ -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.` };
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user