diff --git a/src/grpc/enrollment.rs b/src/grpc/enrollment.rs index ef3a8bf6c4..82867ce15c 100644 --- a/src/grpc/enrollment.rs +++ b/src/grpc/enrollment.rs @@ -361,10 +361,7 @@ impl enrollment_service_server::EnrollmentService for EnrollmentServer { }; configs.push(config); } else { - return Err(Status::internal(format!( - "Device not found for network: {}", - network.id.unwrap() - ))); + continue; } }