accounts must be Optional
This commit is contained in:
parent
90354c7a60
commit
dccf8c2057
@ -34,7 +34,7 @@ pub struct User {
|
||||
pub id: String,
|
||||
pub device_name: String,
|
||||
pub request: Option<Request>,
|
||||
pub accounts: Vec<Account>,
|
||||
pub accounts: Option<Vec<Account>>,
|
||||
}
|
||||
|
||||
#[derive(Deserialize)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user