fixed finished polls causing errors, made poll list dense
This commit is contained in:
@@ -28,7 +28,7 @@ class GetPollStateResponseObject {
|
||||
int maxVotes;
|
||||
List<int> votedSelf;
|
||||
int? numVoters;
|
||||
List<String>? details;
|
||||
List<dynamic>? details;
|
||||
|
||||
GetPollStateResponseObject(
|
||||
this.id,
|
||||
|
||||
Reference in New Issue
Block a user