Fixed Poll Response
Poll response now works and accepts a list of responses from the server, in theory one of which should be the route response
This commit is contained in:
@ -6,7 +6,6 @@ using Newtonsoft.Json;
|
||||
|
||||
namespace EFB.Models.JSON
|
||||
{
|
||||
[JsonArray]
|
||||
public class PollResponse
|
||||
{
|
||||
[JsonProperty(PropertyName = "cmdname")]
|
||||
|
Reference in New Issue
Block a user