We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b441bd7 commit 240dcc6Copy full SHA for 240dcc6
app/participant_portal_api/models.py
@@ -67,7 +67,7 @@ def apply_modification(self, save: bool = False) -> models.Model:
67
continue
68
69
for sub_instance in sub_instances:
70
- sub_data = sub_value_map.get[str(sub_instance.pk)]
+ sub_data = sub_value_map[str(sub_instance.pk)]
71
for sub_field, sub_value in sub_data.items():
72
setattr(sub_instance, sub_field, sub_value)
73
0 commit comments