The payload property was never used (#1639)

This commit is contained in:
David Fowler 2018-03-18 22:32:36 -07:00 committed by GitHub
parent 52befc6bc0
commit c5e2e3499a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ namespace Microsoft.AspNetCore.SignalR.Internal.Protocol
private const string ErrorPropertyName = "error";
private const string TargetPropertyName = "target";
private const string ArgumentsPropertyName = "arguments";
private const string PayloadPropertyName = "payload";
private const string HeadersPropertyName = "headers";
public static readonly string ProtocolName = "json";