Additional

This commit is contained in:
zandercymatics 2024-03-12 15:58:35 -06:00
parent 0f0ce6be53
commit 7f5bfa07a6
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 29 additions and 28 deletions

View file

@ -599,6 +599,7 @@ def completed_domain_request(
return domain_request
def set_domain_request_investigators(domain_request_list: list[DomainRequest], investigator_user: User):
"""Helper method that sets the investigator field of all provided domain requests"""
for request in domain_request_list: