Skip to content

Commit

Permalink
fix type check
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Jun 21, 2024
1 parent 7c74230 commit 6b21d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sig/datadog/ci/test_visibility/null_transport.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Datadog
class NullTransport
def initialize: () -> void

def send_traces: (untyped traces) -> []
def send_traces: (untyped traces) -> ::Array[untyped]
end
end
end
Expand Down

0 comments on commit 6b21d41

Please sign in to comment.