Skip to content

Commit

Permalink
Update event.go
Browse files Browse the repository at this point in the history
  • Loading branch information
arajendiran committed Jan 31, 2024
1 parent 8b255ab commit f395064
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 @@ -108,7 +108,7 @@ func (e *Event) Create(ctx context.Context, body *CreateEventRequest) (*EventRes
}

func (e *Event) FanoutEvent(ctx context.Context, body *CreateFanoutEventRequest) (*EventResponse, error) {
url, err := addOptions(e.generateUrl(), nil)
url, err := addOptions(e.generateUrl()+"/fanout", nil)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit f395064

Please sign in to comment.