Fix default account level
All checks were successful
Build and Test / account (push) Successful in 3m3s

This commit is contained in:
Jerry Starke 2026-07-05 01:47:37 +02:00
commit 18da6e247b

View file

@ -101,7 +101,7 @@ pub async fn create_account(database: &State<Pool>, data: Xml<AccountCreationDat
let account_level = if user_id.to_lowercase().contains("omey"){
-1
} else {
1
0
};
@ -496,4 +496,4 @@ pub async fn change_mii(
#[post("/v1/api/people/@me/agreements")]
pub async fn thing(){
}
}