chore: set public the main duration on update status

This commit is contained in:
qdequele 2019-09-19 11:01:43 +02:00
parent 941302a4be
commit 62e981c6b8
No known key found for this signature in database
GPG Key ID: B3F0A000EBF11745

View File

@ -61,7 +61,7 @@ pub enum UpdateType {
#[derive(Clone, Serialize, Deserialize)]
pub struct DetailedDuration {
main: Duration,
pub main: Duration,
}
#[derive(Clone, Serialize, Deserialize)]