fmt
All checks were successful
CI / Check / Test (push) Successful in 38m21s

This commit is contained in:
2026-06-12 01:46:16 +02:00
parent b844339795
commit 33aa5bdab3

View File

@@ -40,6 +40,7 @@ impl EventHandler for PersonEnrichmentHandler {
_ => return Ok(()), _ => return Ok(()),
}; };
application::person::enrich::execute(&self.deps, person_id, external_person_id.value()).await application::person::enrich::execute(&self.deps, person_id, external_person_id.value())
.await
} }
} }