mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-13 07:54:50 +02:00
Update comment
This commit is contained in:
parent
e7db6b8842
commit
221534e19d
1 changed files with 1 additions and 1 deletions
|
@ -878,7 +878,7 @@ class OrganizationDataLoader:
|
|||
if domain_additional_row is None:
|
||||
return None
|
||||
|
||||
# Get a row in the organization_adhoc file. The id is the orgid in domain_info.
|
||||
# Get a row in the organization_adhoc file. The id is the orgid in domain_additional_row.
|
||||
org_row = self.retrieve_row_by_id(EnumFilenames.ORGANIZATION_ADHOC, domain_additional_row.orgid)
|
||||
return org_row
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue