convert attributes and types to set

This commit is contained in:
iLLiCiTiT 2021-06-24 20:07:15 +02:00
parent a4e84611fe
commit 18297588a5

View file

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