Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit dc5249e

Browse files
[backend/frontend/worker] Start cleanup + worker (#11707)
1 parent 52b81eb commit dc5249e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pycti/connector/opencti_connector_helper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,8 @@ def _data_handler(self, json_data) -> None:
450450
e
451451
for e in stix_objects
452452
if e["id"] == opencti_entity["standard_id"]
453-
or e["id"] == "x-opencti-" + opencti_entity["standard_id"]
454-
][0]
453+
or e["id"] == "x-opencti-" + opencti_entity["standard_id"]
454+
][0]
455455
event_data["stix_objects"] = stix_objects
456456
event_data["stix_entity"] = stix_entity
457457
# Handle organization propagation

0 commit comments

Comments
 (0)