Skip to content

Commit

Permalink
fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sklarsa committed Aug 9, 2024
1 parent 8e60b7f commit 61f3491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sender_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func (p *LineSenderPool) Acquire(ctx context.Context) (LineSender, error) {
if p.conf != "" {
return LineSenderFromConf(ctx, p.conf)
} else {
conf := &lineSenderConfig{}
conf := newLineSenderConfig(httpSenderType)
for _, opt := range p.opts {
opt(conf)
if conf.senderType == tcpSenderType {
Expand Down

0 comments on commit 61f3491

Please sign in to comment.