Skip to content

Commit

Permalink
Fix merge conflict issue
Browse files Browse the repository at this point in the history
  • Loading branch information
julik committed Feb 22, 2024
1 parent 61cc148 commit a45ab0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/appsignal/rack/body_wrapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def self.wrap(original_body, appsignal_transaction)
# this is not going to work since the SPEC says that if both are available,
# `each` should be used and `call` should be ignored.
# So for that case we can drop by to our default EnumerableBodyWrapper
CallableBodyWrapper.new(original_body, appsignal_transaction_or_nil)
CallableBodyWrapper.new(original_body, appsignal_transaction)
else
EnumerableBodyWrapper.new(original_body, appsignal_transaction)
end
Expand Down

0 comments on commit a45ab0d

Please sign in to comment.