fix object attributes error

This commit is contained in:
iLLiCiTiT 2021-06-28 14:16:38 +02:00
parent 1be4c4fc7f
commit 50cf8f9614

View file

@ -124,8 +124,8 @@ class PushFrameValuesToTaskEvent(BaseEvent):
))
return
interest_attributes = set(self.interest_attributes)
interest_entity_types = set(self.interest_entity_types)
interest_attributes = set(interest_attributes)
interest_entity_types = set(interest_entity_types)
# Separate value changes and task parent changes
_entities_info = []