Skip to content

Commit 63a74f7

Browse files
authored
Merge pull request #161 from cmu-delphi/staging
Staging
2 parents aef97d7 + 760c200 commit 63a74f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/indicatorsets/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,7 @@ def log_form_data(request, data, form_mode):
700700
"indicator": ind.get("indicator"),
701701
"data_source": ind.get("data_source"),
702702
"time_type": ind.get("time_type"),
703+
"indicator_set": ind.get("indicator_set")
703704

704705
} for ind in indicators
705706
] # fmt: skip

0 commit comments

Comments
 (0)