fix: align ci with organization redesign
This commit is contained in:
@@ -292,9 +292,11 @@ class OrganizationSourceIngestionService:
|
||||
normalized_records: list[_NormalizedRecordInput],
|
||||
) -> tuple[dict[int, Organization], int]:
|
||||
"""Compatibility wrapper; parser ingestion must not create organizations."""
|
||||
organizations, _skipped_unmatched, _skipped_ambiguous = (
|
||||
cls._resolve_existing_organizations(normalized_records)
|
||||
)
|
||||
(
|
||||
organizations,
|
||||
_skipped_unmatched,
|
||||
_skipped_ambiguous,
|
||||
) = cls._resolve_existing_organizations(normalized_records)
|
||||
return organizations, 0
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user