Fix: AdapterSource::Manual arm missing id/caused_by after A+B merge
This commit is contained in:
parent
0384ea1354
commit
d29466cb1e
1 changed files with 2 additions and 0 deletions
|
|
@ -58,6 +58,8 @@ impl EventNormalizer {
|
|||
event: raw.kind.clone(),
|
||||
timestamp: raw.timestamp,
|
||||
source: raw.source.clone(),
|
||||
id: bread_shared::new_event_id(),
|
||||
caused_by: None,
|
||||
data: raw.payload.clone(),
|
||||
}],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue