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:
2022-01-05 15:24:15 +00:00
parent b61b767194
commit 18bf369a1b
2 changed files with 12 additions and 5 deletions

View File

@ -6,7 +6,6 @@ using Newtonsoft.Json;
namespace EFB.Models.JSON
{
[JsonArray]
public class PollResponse
{
[JsonProperty(PropertyName = "cmdname")]