Update src/core/types/poll.rs

Co-Authored-By: Waffle Lapkin <waffle.lapkin@gmail.com>
This commit is contained in:
Andrew Andersen 2019-09-12 18:50:01 +03:00 committed by GitHub
parent 6d3aeb45c4
commit 5d06f4a0f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,4 +10,4 @@ pub struct Poll {
pub struct PollOption { pub struct PollOption {
pub text: String, pub text: String,
pub voter_count: i32 pub voter_count: i32
} }