The payload property was never used (#1641)

This commit is contained in:
David Fowler 2018-03-18 22:34:02 -07:00 committed by GitHub
parent 7df5c87815
commit d4d5a08bc2
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";