Skip to content

Commit eb16efa

Browse files
committed
[fix] Added event fingerprint, 2 stage
1 parent bb4ea95 commit eb16efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

l9helper.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func (event *L9Event) UpdateFingerprint() error {
3131
preHash = hasher.Sum([]byte{})
3232
}
3333
}
34-
if len(preHash) != 128 {
34+
if len(preHash) != 16 {
3535
preHash = hasher.Sum([]byte{})
3636
}
3737
event.EventFingerprint = fmt.Sprintf("%x", hasher.Sum(preHash))

0 commit comments

Comments
 (0)