There was an error while loading. Please reload this page.
1 parent ad50d15 commit b9fa9cfCopy full SHA for b9fa9cf
WebApiClient/Attributes/FilterAttributes/TraceFilterAttribute.cs
@@ -81,7 +81,7 @@ public async override Task OnEndRequestAsync(ApiActionContext context)
81
82
var message = builder
83
.AppendLine()
84
- .AppendLine($"[TIMESPAN] {DateTime.Now.Subtract(request.Time)}")
+ .Append($"[TIMESPAN] {DateTime.Now.Subtract(request.Time)}")
85
.ToString();
86
87
var method = context.ApiActionDescriptor.Member;
0 commit comments