Skip to content

Commit 95deb36

Browse files
committed
rebase fix
1 parent c269c24 commit 95deb36

File tree

2 files changed

+97
-87
lines changed

2 files changed

+97
-87
lines changed

tracer/src/Datadog.Trace/DiagnosticListeners/RouteEndpoint.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ internal struct RouteEndpoint
1616
/// <summary>
1717
/// Delegates to Endpoint.RoutePattern;
1818
/// </summary>
19-
public RoutePattern RoutePattern;
19+
public object RoutePattern;
2020

2121
/// <summary>
2222
/// Delegates to Endpoint.DisplayName;
@@ -27,7 +27,7 @@ internal struct RouteEndpoint
2727
/// Delegates to Endpoint.RequestDelegate;
2828
/// </summary>
2929
public RequestDelegate? RequestDelegate;
30-
30+
3131
/// <summary>
3232
/// Delegates to Endpoint.Metadata;
3333
/// </summary>

0 commit comments

Comments
 (0)