fix: [tools:event_timeline] Fixed typo in the getTimline function for objectAttributes

pull/9491/head
Sami Mokaddem 2024-01-12 13:32:54 +01:00
parent 0e0eed218f
commit aa7c8cc621
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@
'group' => 'object_attribute',
'timestamp' => $obj_attr['timestamp'],
'attribute_type' => $obj_attr['type'],
'date_sighting' => $sightingsAttributeMap[$attr['id']] ?? [],
'date_sighting' => $sightingsAttributeMap[$obj_attr['id']] ?? [],
'is_image' => $this->__eventModel->Attribute->isImage($obj_attr),
);
$toPush_obj['Attribute'][] = $toPush_attr;