Skip to content

Commit fe89f5e

Browse files
author
Wil T
authored
Merge branch 'main' into comprehension-rules
2 parents cd5d7a2 + b341088 commit fe89f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parsons/ngpvan/contact_notes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def create_contact_note(
7676
if input_type_id is not None:
7777
contact_history["input_type_id"] = str(input_type_id)
7878
if date_canvassed is not None:
79-
contact_history["date_canvassed"] = date_canvassed
79+
contact_history["dateCanvassed"] = date_canvassed
8080
if result_code_id is not None:
8181
contact_history["result_code_id"] = str(result_code_id)
8282

0 commit comments

Comments
 (0)