forked from mirrors/relay
Fix contact field name
This commit is contained in:
parent
b7f2de0245
commit
9f98015d7f
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ struct Instance {
|
|||
registrations: bool,
|
||||
approval_required: bool,
|
||||
|
||||
#[serde(rename = "contact_account")]
|
||||
contact: Option<Contact>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue