fix(mii): remove redundant mii_name
This commit is contained in:
parent
2168f6fec1
commit
c4cd1fd16a
1 changed files with 0 additions and 1 deletions
|
|
@ -219,7 +219,6 @@ pub async fn create_account(database: &State<Pool>, data: Xml<AccountCreationDat
|
|||
gender.as_ref(),
|
||||
data.as_ref(),
|
||||
verification_code,
|
||||
name.as_ref(),
|
||||
).execute(database).await.unwrap();
|
||||
|
||||
generate_s3_images(pid, &data).await;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue