diff --git a/fplus-lib/src/core/mod.rs b/fplus-lib/src/core/mod.rs index 56605d9..95eecd8 100644 --- a/fplus-lib/src/core/mod.rs +++ b/fplus-lib/src/core/mod.rs @@ -756,7 +756,7 @@ impl LDNApplication { match get_client_allocation(&application_id).await { Ok(response) => { - if let Some(_) = response.count { + if response.count.is_some() { log::info!("Allocation found for client {}", application_id); Self::issue_pathway_mismatch_comment( issue_number,