Skip to content

Commit

Permalink
Fixing collection mapping ref add
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Mar 2, 2021
1 parent a05c523 commit cd61411
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/collections/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ def __get_children_from_expressions(expressions):

def get_all_related_mappings(self, expressions):
all_related_mappings = []
unversioned_mappings = concept_expressions = []
unversioned_mappings = []
concept_expressions = []

for expression in expressions:
if is_mapping(expression):
Expand Down

0 comments on commit cd61411

Please sign in to comment.