Skip to content

Commit

Permalink
Merge pull request #3245 from NinaLua/main
Browse files Browse the repository at this point in the history
  • Loading branch information
rockwotj authored Mar 8, 2025
2 parents b058e90 + 35ed500 commit 4b4a4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/impl/mongodb/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func (m *mongoInput) Connect(ctx context.Context) error {
}
if opErr != nil {
_ = m.client.Disconnect(ctx)
return err
return opErr
}
return nil
}
Expand Down

0 comments on commit 4b4a4c4

Please sign in to comment.