Working on drawer

This commit is contained in:
2025-04-20 20:51:10 -04:00
parent 19ed8ef2ca
commit 06f9a96498
11 changed files with 109 additions and 427 deletions

View File

@@ -27,7 +27,7 @@ impl MetarCheck {
status,
updated_at: Utc::now(),
last_metar: None,
}
},
}
}

View File

@@ -993,10 +993,7 @@ impl Metar {
})
}
pub async fn find_all_distinct(
client: &Client,
icao_list: &Vec<String>
) -> ApiResult<Vec<Self>> {
pub async fn find_all_distinct(client: &Client, icao_list: &Vec<String>) -> ApiResult<Vec<Self>> {
if icao_list.is_empty() {
return Ok(Vec::new());
}