Skip to content

Commit a0157c3

Browse files
author
Dmytro Trotsko
committed
Renamed log field
1 parent 9042962 commit a0157c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/indicatorsets/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ def log_form_data(request, data, form_mode):
745745
for geo in data.get("flusurvLocations", [])
746746
]
747747
log_data = {
748-
"mode": form_mode,
748+
"form_mode": form_mode,
749749
"indicators": [
750750
{"endpoint": endpoint, "indicators": group}
751751
for endpoint, group in indicators.items()

0 commit comments

Comments
 (0)