Skip to content

Commit 9974207

Browse files
PR feedback - comment
1 parent 3cd8bf9 commit 9974207

File tree

1 file changed

+1
-1
lines changed
  • backend/compact-connect/lambdas/python/common/cc_common/data_model

1 file changed

+1
-1
lines changed

backend/compact-connect/lambdas/python/common/cc_common/data_model/data_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@ def encumber_license(self, adverse_action: AdverseActionData) -> None:
11351135
]
11361136

11371137
if need_to_set_license_to_ineligible:
1138-
# Set the privilege record's administratorSetStatus to inactive and update the dateOfUpdate
1138+
# Set the license record's compactEligibility to ineligible and update the dateOfUpdate
11391139
transact_items.append(
11401140
self._generate_set_license_compact_eligibility_status_item(
11411141
license_data=license_data,

0 commit comments

Comments
 (0)