Skip to content

Commit 4f6ebfb

Browse files
authored
Merge pull request #1807 from wittejm/jw/no-no-arresting-agency
no arresting agency is blank
2 parents 9c42f10 + 3fdca83 commit 4f6ebfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/expungeservice/form_filling_2026.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def extra_mappings(self):
122122
"(defendant_name)": s.case_name,
123123
"(dob)": s.date_of_birth,
124124
"(sid_number)": s.sid or "",
125-
"(law_enforcement_agency)": "Not Known", # Per guidance, to avoid rejection
125+
"(law_enforcement_agency)": "", # Left blank, to avoid attracting attention
126126
"(arrest_date)": first_arrest_date,
127127
"(fpn_number)": "", # Leave blank
128128

0 commit comments

Comments
 (0)