one less thing for parceler to complain about

This commit is contained in:
sk 2023-06-15 19:21:44 +02:00
parent 6595a088fb
commit 94eb6b5775
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ public class Poll extends BaseModel{
@RequiredField
public String id;
public Instant expiresAt;
private boolean expired;
protected boolean expired;
public boolean multiple;
public int votersCount;
public int votesCount;