Skip to content

Commit

Permalink
Fix mistake in prior renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
jnm committed Jul 7, 2021
1 parent a79ac62 commit 11cd637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kpi/serializers/v2/paired_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def __save(self, validated_data):
source = validated_data.pop('source', None)
if not self.instance:
self.instance = PairedData(
source_uid=source.uid,
source_asset_or_uid=source.uid,
asset=asset,
**validated_data
)
Expand Down

0 comments on commit 11cd637

Please sign in to comment.