This commit is contained in:
zandercymatics 2023-11-22 08:49:48 -07:00
parent b74dacce1f
commit db964498e1
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 3 additions and 2 deletions

View file

@ -800,7 +800,7 @@ class OrganizationDataLoader:
return self.tds_to_update
def prepare_transition_domains(self, transition_domains):
"""Pares org data for each transition domain,
"""Parses org data for each transition domain,
then appends it to the tds_to_update list"""
for item in transition_domains:
updated = self.parse_org_data(item.domain_name, item)