Fix contact field name

This commit is contained in:
asonix 2020-03-25 17:44:29 -05:00
parent b7f2de0245
commit 9f98015d7f

View file

@ -108,6 +108,7 @@ struct Instance {
registrations: bool,
approval_required: bool,
#[serde(rename = "contact_account")]
contact: Option<Contact>,
}