added integrity check to openfigi functions

This commit is contained in:
2026-01-11 00:06:25 +01:00
parent 6f05dc8c99
commit 04f4b0d0c4
3 changed files with 107 additions and 7 deletions

View File

@@ -98,9 +98,7 @@ pub async fn enrich_companies_with_events(
if pending_count == 0 {
logger::log_info(" ✓ All companies already enriched").await;
track_events_completion(&manager, paths, step_name).await?;
return Ok(enriched_companies.len());
}