Skip to content

Commit

Permalink
Merge pull request #38 from arajendiran/patch-1
Browse files Browse the repository at this point in the history
Update event.go
  • Loading branch information
subomi committed Jan 31, 2024
2 parents 8b255ab + f395064 commit 4ad8d53
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 4ad8d53

Please sign in to comment.