cleaned up main

This commit is contained in:
2026-01-10 00:30:59 +01:00
parent c86d828940
commit ae1876b014

View File

@@ -1084,6 +1084,9 @@ pub async fn load_figi_type_lists() -> anyhow::Result<()> {
get_figi_security_type(&client, cache_dir).await?;
logger::log_info("OpenFIGI mapping value lists loaded successfully").await;
Ok(())
}