Skip to content

Commit

Permalink
feat: updated helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrinson-rise8 committed Nov 20, 2024
1 parent 7efe339 commit 957bdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/algorithm/scripts/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def dict_to_pii(record_data) -> dict | None:
"suffix": [record_data.get("SUFFIX", None)]
}
],
"ssn": record_data.get("SSN", None),
"ssn": record_data.get("SSN", ""),
"race": record_data.get("RACE", None)
}

Expand Down

0 comments on commit 957bdaf

Please sign in to comment.