fix signups because i am a professional dumbass
All checks were successful
Build and Test / account (push) Successful in 2m59s
All checks were successful
Build and Test / account (push) Successful in 2m59s
This commit is contained in:
parent
2f1cb63e1e
commit
cfd4bc21e3
1 changed files with 2 additions and 2 deletions
|
|
@ -30,8 +30,8 @@ pub struct Email{
|
||||||
|
|
||||||
#[derive(Deserialize)]
|
#[derive(Deserialize)]
|
||||||
pub struct UpdateMiiData {
|
pub struct UpdateMiiData {
|
||||||
_name: Box<str>,
|
name: Box<str>,
|
||||||
_primary: crate::xml::YesNoVal,
|
primary: crate::xml::YesNoVal,
|
||||||
data: Box<str>,
|
data: Box<str>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue