Skip to content

Commit

Permalink
standard
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Nov 8, 2024
1 parent 6707630 commit a86a69e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/datadog/di/contrib/active_record.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# frozen_string_literal: true

Datadog::DI::Serializer.register(condition: lambda { |value| ActiveRecord::Base === value } # steep:ignore
) do |serializer, value, name:, depth:|
Datadog::DI::Serializer.register(condition: lambda { |value| ActiveRecord::Base === value }) do |serializer, value, name:, depth:| # steep:ignore
# steep thinks all of the arguments are nil here
# steep:ignore:start
value_to_serialize = {
Expand Down

0 comments on commit a86a69e

Please sign in to comment.