Skip to content

Commit

Permalink
open should only happen in Next
Browse files Browse the repository at this point in the history
  • Loading branch information
cynicaljoy committed Oct 31, 2024
1 parent 9d54eae commit 86c451e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions event_feed.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ func newEventFeed(client *Client, source EventSource, args *FeedArgs) (*EventFee
feed.pageSize = args.PageSize
}

if err := feed.open(); err != nil {
return nil, err
}

return feed, nil
}

Expand Down

0 comments on commit 86c451e

Please sign in to comment.