mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
fixed square brackets bug
This commit is contained in:
@@ -2,7 +2,7 @@ using System.Diagnostics;
|
||||
|
||||
public interface ITraceableMessage
|
||||
{
|
||||
public ActivitySpanId? ParentSpan {get;}
|
||||
public ActivityTraceId? ParentTrace {get;}
|
||||
public ActivitySpanId? ParentSpan { get; }
|
||||
public ActivityTraceId? ParentTrace { get; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user