diff --git a/themis/importexport/sync.py b/themis/importexport/sync.py index d6ec50c..f56ada3 100644 --- a/themis/importexport/sync.py +++ b/themis/importexport/sync.py @@ -85,7 +85,7 @@ class SyncFromThemis(UtilityView): if current_value: current_intids = list(sorted([x.to_id for x in current_value])) else: - current_indids = [] + current_intids = [] if current_value is None or current_intids != intids: return [RelationValue(x) for x in intids] return current_value