Skip to content

Commit

Permalink
Fix event call can't be decode
Browse files Browse the repository at this point in the history
  • Loading branch information
freehere107 committed Sep 5, 2024
1 parent b8a9de6 commit a19e2c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions event.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ func (e *EventsDecoder) Process() {
er := EventRecord{Metadata: e.Metadata}
er.Data = e.Data
er.Spec = e.Spec
er.ScaleDecoder.Metadata = e.Metadata
var result []interface{}
for i := 0; i < elementCount; i++ {
element := er.Process()
Expand Down

0 comments on commit a19e2c1

Please sign in to comment.