Skip to content

Commit

Permalink
fix(events): fix batch event result (#187)
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Wu <[email protected]>
  • Loading branch information
jordan-wu-97 and jordan-wu-97 authored Jun 28, 2024
1 parent 678ceb4 commit 02e5845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func (er *EventRequest) Batch(ctx context.Context, batchInput *[]EventInput) (*[

clientRequest := &ClientRequest{
Path: "events/batch",
Result: &EventResult{},
Result: &BatchEventResult{},
Body: eventParams,
}

Expand Down

0 comments on commit 02e5845

Please sign in to comment.