Maybe fixing the broken custom timelines when there is a poll

This commit is contained in:
LucasGGamerM
2023-02-20 16:32:01 -03:00
parent f2d29366bd
commit 456fbb6fc9

View File

@@ -17,7 +17,7 @@ public class Poll extends BaseModel{
public boolean multiple;
public int votersCount;
public boolean voted;
@RequiredField
// @RequiredField
public List<Integer> ownVotes;
@RequiredField
public List<Option> options;